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 _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim factor As System.Drawing.SizeF
     
    instance.Scale(factor)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public void Scale( 
       System.Drawing.SizeF factor
    )
    public procedure Scale( 
        factor: System.Drawing.SizeF
    ); 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    public function Scale( 
       factor : System.Drawing.SizeF
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public: void Scale( 
       System.Drawing.SizeF factor
    ) 
    [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