ActiveReports 12
ShapePoint Constructor

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

Reference

ShapePoint Class
ShapePoint Members