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

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

Parameters

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