iframe >
Xamarin.Android Documentation
C1Rect Constructor(C1Point,C1Point)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.Android.Core Assembly
>
C1.Android.Core Namespace
>
C1Rect Structure
>
C1Rect Constructor
: C1Rect Constructor(C1Point,C1Point)
The first point that the new rectangle must contain.
The second point that the new rectangle must contain.
Initializes a
C1Rect
structure that is exactly large enough to contain the two specified points.
Syntax
C#
public
C1Rect(
C1Point
point1
,
C1Point
point2
)
Parameters
point1
The first point that the new rectangle must contain.
point2
The second point that the new rectangle must contain.
See Also
Reference
C1Rect Structure
C1Rect Members
Overload List
Send Feedback