PathFigureCollection.First Method

Definition

Returns an iterator for the items in the collection.

public:
 virtual IIterator<PathFigure ^> ^ First() = IIterable<PathFigure ^>::First;
IIterator<PathFigure> First();
public IIterator<PathFigure> First();
function first()
Public Function First () As IIterator(Of PathFigure)

Returns

The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.

Implements

Applies to