ActiveReports Developer 7
DrawGlyphRun Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawGlyphRun Method

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

Glossary Item Box

Draws a run of glyphs.

Syntax

Visual Basic (Declaration) 
Sub DrawGlyphRun( _
   ByVal glyphRun As IGlyphRun, _
   ByVal color As ColorEx, _
   ByVal point As PointFEx _
) 
C# 
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