DicomObjects.NET10 Documentation
DicomObjects Namespace / IProjection Interface / Scale Method
The factor to scale the image view by



In This Topic
    Scale Method (IProjection)
    In This Topic
    Scale/Zoom the view
    Syntax
    'Declaration
     
    
    Sub Scale( _
       ByVal Scale As Single _
    ) 
    'Usage
     
    
    Dim instance As IProjection
    Dim Scale As Single
     
    instance.Scale(Scale)
    void Scale( 
       float Scale
    )
    void Scale( 
       float Scale
    ) 

    Parameters

    Scale
    The factor to scale the image view by
    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