[]
Adjusts the size of the object by the specified amount.
public void Scale(float scaleX, float scaleY)
Public Sub Scale(scaleX As Single, scaleY As Single)
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 |
Adjusts the size of the object by the specified amount.
public virtual void Scale(float scaleX, float scaleY, bool repaint)
Public Overridable Sub Scale(scaleX As Single, scaleY As Single, repaint As Boolean)