Click or drag to resize

PointArray  Conversion (PointF to PointArray)

Converts an PointF array to a PointArray structure.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public static implicit operator PointArray (
	PointF[] pt
)

Parameters

pt
Type: Easymap.AddIn.Common.GraphicsPointF
PointF array which should converted.

Return Value

Type: PointArray
See Also