Scale(Single,Single) Method
In This Topic
Scales the width and height by the specified scaleX and scaleY.
Syntax
'Declaration
Public Overloads Sub Scale( _
ByVal As Single, _
ByVal As Single _
)
public void Scale(
float ,
float
)
Parameters
- scaleX
- scaleY
See Also