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






    Scale Method (DicomImage3D)
    Scale/Zoom the view
    Syntax
    'Declaration
     
    
    Public Sub Scale( _
       ByVal Scale As System.Single _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Scale As System.Single
     
    instance.Scale(Scale)

    Parameters

    Scale
    The factor to scale the image view by
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also