ActiveReports 8
DrawGlyphRun Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also