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