Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UnitPoint Structure / UnitPoint Constructor
The X coordinate.
The Y coordinate.

In This Topic
    UnitPoint Constructor
    In This Topic
    Initializes a new instance of the UnitPoint structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Unit, _
       ByVal y As Unit _
    )
    public UnitPoint( 
       Unit x,
       Unit y
    )

    Parameters

    x
    The X coordinate.
    y
    The Y coordinate.
    See Also