ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / ShapePoint Class / ShapePoint Constructor
The x coordinate value.
The y coordinate value.

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

    Parameters

    x
    The x coordinate value.
    y
    The y coordinate value.
    See Also