[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.ColorGlyphRunEnumerator

ColorGlyphRunEnumerator Class

IDWriteColorGlyphRunEnumerator

Inheritance
ColorGlyphRunEnumerator
Implements
Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("d31fbe17-f157-41a2-8d24-cb779e0560e8")]
public class ColorGlyphRunEnumerator : ComObject, IDisposable, IUnknown

Constructors

Name Description
ColorGlyphRunEnumerator(IntPtr)

Initializes a new instance of the ColorGlyphRunEnumerator class.

Methods

Name Description
GetCurrentRun()

HRESULT GetCurrentRun([out] DWRITE_COLOR_GLYPH_RUN** colorGlyphRun)

MoveNext()

HRESULT MoveNext([out] BOOL* haveRun)

Operators

Name Description
explicit operator ColorGlyphRunEnumerator(IntPtr)

Performs an explicit conversion from IntPtr to ColorGlyphRunEnumerator.