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.0.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