Scale(Single,Single) Method
In This Topic
Adjusts the size of the object by the specified amount.
Syntax
'Declaration
Public Overloads Sub Scale( _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As LineShape
Dim scaleX As Single
Dim scaleY As Single
instance.Scale(scaleX, scaleY)
public void Scale(
float ,
float
)
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
See Also