Scale(Double,Double) Method
In This Topic
Scales all coordinates of a rectangle by the specified scaleX and scaleY.
Syntax
'Declaration
Public Overloads Sub Scale( _
ByVal As System.Double, _
ByVal As System.Double _
)
public void Scale(
System.double ,
System.double
)
Parameters
- scaleX
- scaleY
See Also