Click or drag to resize
Point.Parse Method
Creates a Point instance from a Well-known Text(WKT) representation of a 2D point.

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public static Point Parse(
	string textValue
)

Parameters

textValue
Type: System.String

Return Value

Type: Point
See Also