ActiveReports 9
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 System.Double, _
   ByVal y As System.Double _
)
public GeoPoint( 
   System.double x,
   System.double y
)

Parameters

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

Reference

GeoPoint Class
GeoPoint Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum