ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Point2d Class / Point2d Constructor / Point2d Constructor(PointF)
An ordered pair of floating point x and y coordinates that defines a point in a two-dimensional plane.

In This Topic
    Point2d Constructor(PointF)
    In This Topic
    Initializes a new instance of the Point2d class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As PointF _
    )
    public Point2d( 
       PointF p
    )

    Parameters

    p
    An ordered pair of floating point x and y coordinates that defines a point in a two-dimensional plane.
    See Also