Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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 _
    )
    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