Scale(Single,Single) Method
Adjusts the size of the object by the specified amount.
'Declaration
Public Overloads Sub Scale( _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As ChevronShape
Dim scaleX As Single
Dim scaleY As Single
instance.Scale(scaleX, scaleY)
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