FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CurvedArrowShape Class / Scale Method / Scale(Single,Single) Method
Factor by which to scale the object in the horizontal dimension
Factor by which to scale the object in the vertical dimension


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