ActiveReports 6 Online Help
Draw(Graphics,RectangleF,TextRenderingHint,Single,Single) Method

Graphics object to which to render the page.
System.Drawing.RectangleF coordinates to which to draw the page.
System.Drawing.Text.TextRenderingHint enumeration.

For internal use.

Syntax
'Declaration
 
Public Overloads Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal bounds As RectangleF, _
   ByVal textRenderHint As TextRenderingHint, _
   ByVal scaleFactorX As Single, _
   ByVal scaleFactorY As Single _
) 
public void Draw( 
   Graphics graphics,
   RectangleF bounds,
   TextRenderingHint textRenderHint,
   float scaleFactorX,
   float scaleFactorY
)

Parameters

graphics
Graphics object to which to render the page.
bounds
System.Drawing.RectangleF coordinates to which to draw the page.
textRenderHint
System.Drawing.Text.TextRenderingHint enumeration.
scaleFactorX
scaleFactorY
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

Page Class
Page Members
Overload List

Send Feedback