For internal use.
| 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 |
|---|---|
| |
| 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