CartesianPoint.Parse(String) Method
Initializes a Cartesian point from a string.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | String | A String value representing a point. |
Returns
| Type | Description |
|---|---|
| CartesianPoint | A CartesianPoint object. |
Remarks
The ‘;’ or ‘,’ signs are used to separate coordinate values.
See Also