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
);
Page Class
| Page Members
| Overload List
|
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.