Map for WinForms | ComponentOne
C1.FlexMap Namespace / VectorPoint Class / VectorPoint Constructor
The location of the point.

In This Topic
    VectorPoint Constructor
    In This Topic
    Initializes a new instance of VectorPoint object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal location As C1.Win.Interop.Point _
    )
    public VectorPoint( 
       C1.Win.Interop.Point location
    )

    Parameters

    location
    The location of the point.
    See Also