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






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

    Parameters

    Scale
    The factor to scale the image view by
    Remarks
    For a DicomImageFusion object, this passes the transformation on to all images in the collection which support IProjection
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also