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: 12.0.0.0
Syntax
public IEnumerator<PointF> GetEnumerator()

Return Value

Type: IEnumeratorPointF

Implements

IEnumerableTGetEnumerator
See Also