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

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

    Parameters

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