InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / Scale Method / Scale(Single,Single) Method

In This Topic
    Scale(Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    public void Scale( 
       System.float dx,
       System.float dy
    )

    Parameters

    dx
    dy
    See Also