Click or drag to resize

PointArrayItem Property

Gets the PointF at the specified index.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public PointF this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the PointF to get.

Return Value

PointF
See Also