'Declaration Public Overloads Sub DrawGlyphRun( _ ByVal baselineOriginX As Single, _ ByVal baselineOriginY As Single, _ ByVal measuringMode As MeasuringMode, _ ByVal glyphRun As GlyphRun, _ ByVal renderingParams As RenderingParams, _ ByVal textColor As Integer _ )
public void DrawGlyphRun( float baselineOriginX, float baselineOriginY, MeasuringMode measuringMode, GlyphRun glyphRun, RenderingParams renderingParams, int textColor )
Parameters
- baselineOriginX
- The horizontal position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
- baselineOriginY
- The vertical position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
- measuringMode
- The measuring method for glyphs in the run, used with the other properties to determine the rendering mode.
- glyphRun
- The structure containing the properties of the glyph run.
- renderingParams
- The object that controls rendering behavior.
- textColor
- The foreground color of the text.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.