ComponentOne Bitmap for WPF
DrawGlyphRun(Object,Single,Single,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextRenderer1Base Class > DrawGlyphRun Method : DrawGlyphRun(Object,Single,Single,MeasuringMode,GlyphRun,GlyphRunDescription,IntPtr) Method
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

Reference

TextRenderer1Base Class
TextRenderer1Base Members
Overload List