ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRenderer1Base Class / DrawGlyphRun Method / DrawGlyphRun(Object,Single,Single,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) Method

In This Topic
    DrawGlyphRun(Object,Single,Single,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) Method
    In This Topic
    IDWriteTextLayout::Draw calls this function to instruct the client to render a run of glyphs.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function DrawGlyphRun( _
       ByVal clientDrawingContext As Object, _
       ByVal baselineOriginX As Single, _
       ByVal baselineOriginY As Single, _
       ByVal measuringMode As MeasuringMode, _
       ByVal glyphRun As GlyphRun, _
       ByVal glyphRunDescription As GlyphRunDescription, _
       ByVal clientDrawingEffectPtr As IntPtr _
    ) As HResult

    Parameters

    clientDrawingContext
    baselineOriginX
    baselineOriginY
    measuringMode
    glyphRun
    glyphRunDescription
    clientDrawingEffectPtr
    See Also