DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / Scale Method
The factor to scale the image view by



In This Topic
    Scale Method (DicomImage3D)
    In This Topic
    Scale/Zoom the view
    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 factor to scale the image view by
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also