DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Scale Method / Scale(SizeF) Method






    Scale(SizeF) Method
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overloads Sub Scale( _
       ByVal factor As System.Drawing.SizeF _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim factor As System.Drawing.SizeF
     
    instance.Scale(factor)

    Parameters

    factor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also