CartesianPoint(Double, Double) Constructor
Initializes a new instance of the CartesianPoint class with specified X and Y coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
x | Double | A Double value specifying an X coordinate. |
y | Double | A Double value specifying an Y coordinate. |
See Also