Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ScaleCore Method


In This Topic
    ScaleCore Method
    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)
    protected override void ScaleCore( 
       float dx,
       float dy
    )

    Parameters

    dx
    dy
    See Also