Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ScaleCore Method


In This Topic
ScaleCore Method (FpSpread)
In This Topic
Performs the work of scaling the entire component and any child controls.
Syntax
'Declaration
 
Protected Overrides Sub ScaleCore( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
 
'Usage
 
Dim instance As FpSpread
Dim dx As Single
Dim dy As Single
 
instance.ScaleCore(dx, dy)

Parameters

dx
dy
See Also