ActiveReports 9
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.
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

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum