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

Graphics object to render on the page.
System.Drawing.RectangleF coordinates to which to draw the page.
For internal use.
Syntax
'Declaration
 
Public Overloads Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal bounds As RectangleF, _
   ByVal scaleFactorX As Single, _
   ByVal scaleFactorY As Single, _
   ByVal printing As Boolean _
) 
public void Draw( 
   Graphics graphics,
   RectangleF bounds,
   float scaleFactorX,
   float scaleFactorY,
   bool printing
)

Parameters

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