InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / ScaleCore Method

In This Topic
    ScaleCore Method (C1InputPanelBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub ScaleCore( _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    protected virtual void ScaleCore( 
       System.float dx,
       System.float dy
    )

    Parameters

    dx
    dy
    See Also