[]
Adjusts the size of the object by the specified amount.
public override void Scale(float scaleX, float scaleY, bool repaint)
Public Overrides Sub Scale(scaleX As Single, scaleY As Single, repaint As Boolean)
Type | Name | Description |
---|---|---|
float | scaleX | Factor by which to scale the object in the horizontal dimension |
float | scaleY | Factor by which to scale the object in the vertical dimension |
bool | repaint | Whether to re-draw the object |