| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Draw( _ ByVal graphics As Graphics, _ ByVal bounds As RectangleF, _ ByVal scaleFactorX As Single, _ ByVal scaleFactorY As Single _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Draw( Graphics graphics, RectangleF bounds, float scaleFactorX, float scaleFactorY ) | |
Parameters
- graphics
- bounds
- scaleFactorX
- scaleFactorY