DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / Scale Method
The scaling factor.



In This Topic
    Scale Method (DicomImage3D)
    In This Topic
    Scales the view by a specified factor.
    Syntax
    'Declaration
     
    
    Public Sub Scale( _
       ByVal Scale As Single _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Scale As Single
     
    instance.Scale(Scale)
    public void Scale( 
       float Scale
    )
    public:
    void Scale( 
       float Scale
    ) 

    Parameters

    Scale
    The scaling factor.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also