Skip to main content
A newer version of this page is available. .

CartesianPoint.Parse(String) Method

Initializes a Cartesian point from a string.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

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