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: 11.2.0.0
Syntax
public PointF this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PointF to get.

Return Value

Type: PointF
See Also