Scale(Single,Single,Boolean) Method
In This Topic
Adjusts the size of the object by the specified amount.
Syntax
'Declaration
Public Overloads Overridable Sub Scale( _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim instance As PSObject
Dim scaleX As Single
Dim scaleY As Single
Dim repaint As Boolean
instance.Scale(scaleX, scaleY, repaint)
public virtual void Scale(
float ,
float ,
bool
)
Parameters
- scaleX
- Factor by which to scale the object in the horizontal dimension
- scaleY
- Factor by which to scale the object in the vertical dimension
- repaint
- Whether to re-draw the object
See Also