'Declaration
Public Overloads Overrides Sub Scale( _ ByVal scaleX As Single, _ ByVal scaleY As Single, _ ByVal repaint As Boolean _ )
'Usage
Dim instance As SpreadCameraShape Dim scaleX As Single Dim scaleY As Single Dim repaint As Boolean instance.Scale(scaleX, scaleY, repaint)
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