iframe >
Xamarin.Android Documentation
C1Point Constructor
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
>
C1Point Structure
: C1Point Constructor
The x-coordinate value of the
C1Point
structure.
The y-coordinate value of the
C1Point
structure.
Initializes a new instance of the
C1Point
struct.
Syntax
C#
public
C1Point(
double
x
,
double
y
)
Parameters
x
The x-coordinate value of the
C1Point
structure.
y
The y-coordinate value of the
C1Point
structure.
See Also
Reference
C1Point Structure
C1Point Members
Send Feedback