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

In This Topic
    Scale(SizeF) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overloads Sub Scale( _
       ByVal factor As System.Drawing.SizeF _
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public void Scale( 
       System.Drawing.SizeF factor
    )

    Parameters

    factor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also