See Also

Page Class  | Page Members  | Overload List

Language

Visual Basic

C#

Show All

graphics
Graphics object to render on the page.
bounds
System.Drawing.RectangleF coordinates to which to draw the page.
scaleFactorX
scaleFactorY
printing
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Draw(Graphics,RectangleF,Single,Single,Boolean) Method

For internal use.

[Visual Basic]
Overloads Public Sub Draw( _    ByVal graphics As Graphics, _    ByVal bounds As RectangleF, _    ByVal scaleFactorX As Single, _    ByVal scaleFactorY As Single, _    ByVal printing As Boolean _ )
[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

Page Class  | Page Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.