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