Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NTextBoxControl Class / Scale Method / Scale(SizeF,SizeF,Control) Method


In This Topic
    Scale(SizeF,SizeF,Control) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Overridable Sub Scale( _
       ByVal includedFactor As System.Drawing.SizeF, _
       ByVal excludedFactor As System.Drawing.SizeF, _
       ByVal requestingControl As System.Windows.Forms.Control _
    ) 
    'Usage
     
    
    Dim instance As NTextBoxControl
    Dim includedFactor As System.Drawing.SizeF
    Dim excludedFactor As System.Drawing.SizeF
    Dim requestingControl As System.Windows.Forms.Control
     
    instance.Scale(includedFactor, excludedFactor, requestingControl)
    internal virtual void Scale( 
       System.Drawing.SizeF includedFactor,
       System.Drawing.SizeF excludedFactor,
       System.Windows.Forms.Control requestingControl
    )

    Parameters

    includedFactor
    excludedFactor
    requestingControl
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also