CartesianPoint.Offset(Double, Double) Method
Initializes an instance of a CoordPoint class descendant object offset by specified values.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| offsetX | Double | A Double value specifying an X coordinate offset. |
| offsetY | Double | A Double value specifying an Y coordinate offset. |
Returns
| Type | Description |
|---|---|
| CoordPoint | A CoordPoint class descendant object. |
See Also