Xamarin.Android | ComponentOne
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.


In This Topic
    C1Point Constructor
    In This Topic
    Initializes a new instance of the C1Point struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double _
    )
    'Usage
     
    
    Dim x As Double
    Dim y As Double
     
    Dim instance As New C1Point(x, y)
    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