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.3.0.0
Syntax
public IEnumerator<PointF> GetEnumerator()

Return Value

IEnumeratorPointF

Implements

IEnumerableTGetEnumerator
See Also