ActiveReports 12
DrawGlyphRun Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawGlyphRun Method
The glyph run to draw.
The color to draw the glyph run with.
The location to draw the glyph run at.
Draws a run of glyphs.
Syntax
'Declaration
 
Sub DrawGlyphRun( _
   ByVal glyphRun As IGlyphRun, _
   ByVal color As ColorEx, _
   ByVal point As PointFEx _
) 
void DrawGlyphRun( 
   IGlyphRun glyphRun,
   ColorEx color,
   PointFEx point
)

Parameters

glyphRun
The glyph run to draw.
color
The color to draw the glyph run with.
point
The location to draw the glyph run at.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members