Gets the raw PointF data of the current shape

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Current As Collection(Of PointF())
C#
public Collection<PointF[]> Current { get; }
Visual C++
public:
virtual property Collection<array<PointF>^>^ Current {
	Collection<array<PointF>^>^ get () sealed;
}

Implements

IEnumerator<(Of <(T>)>)..::.Current

See Also