A newer version of this page is available.
Switch to the current version.
SourceCoordinateSystem.CreatePoint(Double, Double) Method
Creates a CartesianPoint with the specified coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
public CoordPoint CreatePoint(
double x,
double y
)
Public Function CreatePoint(
x As Double,
y As Double
) As CoordPoint
Parameters
Name | Type | Description |
---|---|---|
x | Double | A double value, specifying the X coordinate of point. |
y | Double | A double value, specifying the Y coordinate of point. |
Returns
Type | Description |
---|---|
CoordPoint | A CoordPoint class descendant object. |
See Also
Feedback