ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPoint Class / GeoPoint Constructor / GeoPoint Constructor(Double,Double)
The x-coordinate.
The y-coordinate.

In This Topic
GeoPoint Constructor(Double,Double)
In This Topic
Initializes a new instance of the GeoPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
 

Parameters

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