ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / Coordinate Constructor
A float value indicate the value of x-coordinate
A float value indicate the value of x-coordinate

In This Topic
    Coordinate Constructor
    In This Topic
    Indicates a new instance of the Coordinate class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Single, _
       ByVal y As Single _
    )
    public Coordinate( 
       float x,
       float y
    )

    Parameters

    x
    A float value indicate the value of x-coordinate
    y
    A float value indicate the value of x-coordinate
    See Also