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 As Single, _
ByVal As Single _
)
'Usage
Dim instance As FpSpread
Dim dx As Single
Dim dy As Single
instance.ScaleCore(dx, dy)
protected override void ScaleCore(
float ,
float
)
Parameters
- dx
- dy
See Also