ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Point Structure / Point Constructor
The horizontal position of the point.
The vertical position of the point.

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

    Parameters

    x
    The horizontal position of the point.
    y
    The vertical position of the point.
    See Also