PdfLatticeTriangleMeshShading.Enumerator Struct
Enumerates the PdfMeshTriangles of a PdfLatticeTriangleMeshShading.
public struct Enumerator : IEnumerator<PdfMeshTriangle>, IDisposable, IEnumerator
Public Structure Enumerator
Implements IEnumerator(Of PdfMeshTriangle), IDisposable, IEnumerator
Implements
System.Collections.Generic.IEnumerator<PdfMeshTriangle>
System.IDisposable
System.Collections.IEnumerator
Properties
Current
Gets the PdfMeshTriangle at the current position of the enumerator.
public readonly PdfMeshTriangle Current { get; }
Public ReadOnly Property Current As PdfMeshTriangle
Property Value
The PdfMeshTriangle in the PdfLatticeTriangleMeshShading at the current position of the enumerator.
Methods
Dispose()
Releases all resources used by the PdfLatticeTriangleMeshShading.Enumerator.
MoveNext()
Advances the enumerator to the next PdfMeshTriangle of the PdfLatticeTriangleMeshShading.
Returns
- System.Boolean
true if the enumerator was successfully advanced to the next PdfMeshTriangle; false if the enumerator has passed the end of the mesh.
Exceptions
- System.InvalidOperationException
The shading mesh data was modified after the enumerator was created.
Implements
System.Collections.Generic.IEnumerator<T>
System.IDisposable
System.Collections.IEnumerator