Version

ScalerParams Constructor(Rect,Rect,Boolean,Rect)

ScalerParams constructor.
Syntax
public ScalerParams( 
   Rect window,
   Rect viewport,
   bool inverted,
   Rect effectiveViewport
)

Parameters

window
The WindowRect in context.
viewport
The Viewport in context.
inverted
True if the axis is inverted, otherwise False.
effectiveViewport
Inner viewport with margins
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also