ActiveReports 12
ShapePointM Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > ShapePointM Class : ShapePointM Constructor
The x coordinate value.
The y coordinate value.
The m value.
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

Reference

ShapePointM Class
ShapePointM Members