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


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

For internal use.

Syntax

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