DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ScaleControl(SizeF,BoundsSpecified) Method






    ScaleControl(SizeF,BoundsSpecified) Method
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub ScaleControl( _
       ByVal factor As System.Drawing.SizeF, _
       ByVal specified As System.Windows.Forms.BoundsSpecified _
    ) 
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim factor As System.Drawing.SizeF
    Dim specified As System.Windows.Forms.BoundsSpecified
     
    instance.ScaleControl(factor, specified)

    Parameters

    factor
    specified
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also