ComponentOne Xamarin.Android
C1Rect Constructor(C1Point,C1Size)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure > C1Rect Constructor : C1Rect Constructor(C1Point,C1Size)
The location.
The size.
Initializes a C1Rect structure based on an origin and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal location As C1Point, _
   ByVal size As C1Size _
)
'Usage
 
Dim location As C1Point
Dim size As C1Size
 
Dim instance As New C1Rect(location, size)
public C1Rect( 
   C1Point location,
   C1Size size
)

Parameters

location
The location.
size
The size.
See Also

Reference

C1Rect Structure
C1Rect Members
Overload List