Scales this
Rectangle value by the specified and values.
'Declaration
Public Sub Scale( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As Rectangle
Dim scaleX As Double
Dim scaleY As Double
instance.Scale(scaleX, scaleY)
Parameters
- scaleX
- The horizontal scaling factor.
- scaleY
- The vertical scaling factor.