DicomObjects.NET.V8
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 Single _
    ) 
     
    'Usage
     
    Dim instance As DicomImage3D
    Dim Scale As Single
     
    instance.Scale(Scale)

    Parameters

    Scale
    The factor to scale the image view by
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also