CompositePrimitiveGetEnumerator Method |
Returns an enumerator that iterates through the collection.
The order of the primitives is not guaranteed to be the order
that the primitives were added.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerator<Primitive> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Primitive)
public:
virtual IEnumerator<Primitive^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Primitive>
override GetEnumerator : unit -> IEnumerator<Primitive>
Return Value
Type:
IEnumeratorPrimitive
An enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also