[]
IDWriteColorGlyphRunEnumerator
[Guid("d31fbe17-f157-41a2-8d24-cb779e0560e8")]
public class ColorGlyphRunEnumerator : ComObject, IDisposable, IUnknown
Initializes a new instance of the ColorGlyphRunEnumerator class.
public ColorGlyphRunEnumerator(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT GetCurrentRun([out] DWRITE_COLOR_GLYPH_RUN** colorGlyphRun)
public ColorGlyphRun GetCurrentRun()
HRESULT MoveNext([out] BOOL* haveRun)
public bool MoveNext()
Performs an explicit conversion from System.IntPtr to ColorGlyphRunEnumerator.
public static explicit operator ColorGlyphRunEnumerator(IntPtr nativePointer)
nativePointer
System.IntPtr