Table of Contents

Class ColorGlyphRunEnumerator

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll
[Guid("d31fbe17-f157-41a2-8d24-cb779e0560e8")]
public class ColorGlyphRunEnumerator : ComObject
Inheritance
ColorGlyphRunEnumerator
Derived

Constructors

ColorGlyphRunEnumerator(nint)

public ColorGlyphRunEnumerator(nint nativePtr)

Parameters

nativePtr nint

Properties

CurrentRun

public ColorGlyphRun CurrentRun { get; }

Property Value

ColorGlyphRun

Methods

MoveNext(out RawBool)

Move to the next glyph run in the enumerator.

public void MoveNext(out RawBool hasRun)

Parameters

hasRun RawBool

Returns TRUE if there is a next glyph run.

Operators

explicit operator ColorGlyphRunEnumerator(nint)

public static explicit operator ColorGlyphRunEnumerator(nint nativePtr)

Parameters

nativePtr nint

Returns

ColorGlyphRunEnumerator