InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputImage Class / OnImageScalingChanged Method

In This Topic
    OnImageScalingChanged Method (InputImage)
    In This Topic
    Raises the ImageScalingChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnImageScalingChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnImageScalingChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also