ComponentOne Bitmap for UWP
DrawGlyphRun Method (CommandSinkNative)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandSinkNative Class : DrawGlyphRun Method
HRESULT ID2D1CommandSink::DrawGlyphRun([In] D2D_POINT_2F baselineOrigin,[In] const DWRITE_GLYPH_RUN* glyphRun,[In, Optional] const DWRITE_GLYPH_RUN_DESCRIPTION* glyphRunDescription,[In] ID2D1Brush* foregroundBrush,[In] DWRITE_MEASURING_MODE measuringMode)
Syntax
'Declaration
 
Public Sub DrawGlyphRun( _
   ByVal baselineOrigin As Point2F, _
   ByVal glyphRun As GlyphRun, _
   ByVal glyphRunDescription As GlyphRunDescription, _
   ByVal foregroundBrush As Brush, _
   ByVal measuringMode As MeasuringMode _
) 

Parameters

baselineOrigin
glyphRun
glyphRunDescription
foregroundBrush
measuringMode
See Also

Reference

CommandSinkNative Class
CommandSinkNative Members