ActiveReports 12
GeoPoint Constructor(Double,Double)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoPoint Class > GeoPoint Constructor : GeoPoint Constructor(Double,Double)
The x-coordinate.
The y-coordinate.
Initializes a new instance of the GeoPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
public GeoPoint( 
   double x,
   double y
)

Parameters

x
The x-coordinate.
y
The y-coordinate.
See Also

Reference

GeoPoint Class
GeoPoint Members
Overload List