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


In This Topic
    ScaleCore Method (TabStripDlg)
    In This Topic
    Save height of the form after performing scale.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ScaleCore( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    'Usage
     
    
    Dim instance As TabStripDlg
    Dim x As Single
    Dim y As Single
     
    instance.ScaleCore(x, y)
    protected override void ScaleCore( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also