See Also

Page Class  | Page Members  | Overload List  | 

Language

Visual Basic

C#

Show All

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
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

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

For internal use.

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

See Also

Page Class  | Page Members  | Overload List  | 

 

 


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