Click or drag to resize
PointParse 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: SystemString

Return Value

Type: Point
See Also