Click or drag to resize

PointArrayGetEnumerator Method

Returns an enumerator that iterates through the list.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerator<PointF> GetEnumerator()

Return Value

Type: IEnumeratorPointF

Implements

IEnumerableTGetEnumerator
See Also