ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Object, _
       ByVal baselineOriginX As System.Single, _
       ByVal baselineOriginY As System.Single, _
       ByVal measuringMode As MeasuringMode, _
       ByVal glyphRun As GlyphRun, _
       ByVal glyphRunDescription As GlyphRunDescription, _
       ByVal clientDrawingEffectPtr As System.IntPtr _
    ) As HResult
    public override HResult DrawGlyphRun( 
       System.object clientDrawingContext,
       System.float baselineOriginX,
       System.float baselineOriginY,
       MeasuringMode measuringMode,
       GlyphRun glyphRun,
       GlyphRunDescription glyphRunDescription,
       System.IntPtr clientDrawingEffectPtr
    )

    Parameters

    clientDrawingContext
    baselineOriginX
    baselineOriginY
    measuringMode
    glyphRun
    glyphRunDescription
    clientDrawingEffectPtr
    See Also