ActiveReports.Viewer3 Request technical support
Draw(Graphics,RectangleF,Single,Single,Boolean) Method
See Also 


graphics
Graphics object to render on the page.
bounds
System.Drawing.RectangleF coordinates to which to draw the page.
scaleFactorX
scaleFactorY
printing
For internal use.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal bounds As RectangleF, _
   ByVal scaleFactorX As Single, _
   ByVal scaleFactorY As Single, _
   ByVal printing As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim graphics As Graphics
Dim bounds As RectangleF
Dim scaleFactorX As Single
Dim scaleFactorY As Single
Dim printing As Boolean
 
instance.Draw(graphics, bounds, scaleFactorX, scaleFactorY, printing)
C# 
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

See Also