Version

RectData Constructor

Constructs a RectData.
Syntax
public RectData( 
   double left,
   double top,
   double width,
   double height
)

Parameters

left
The left value.
top
The top value.
width
The width value.
height
The height value.
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