Skip to main content

CartesianPoint.Parse(String) Method

Initializes a Cartesian point from a string.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public static CartesianPoint Parse(
    string source
)

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