PointCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IEnumerator<IPoint> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IPoint)
public:
virtual IEnumerator<IPoint^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IPoint>
override GetEnumerator : unit -> IEnumerator<IPoint>
Return Value
Type:
IEnumeratorIPoint
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also