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






In This Topic
    Scale Method (DicomImageFusion)
    In This Topic
    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)
    public void Scale( 
       System.float Scale
    )
    public procedure Scale( 
        Scale: System.Single
    ); 
    public function Scale( 
       Scale : System.float
    );
    public: void Scale( 
       System.float Scale
    ) 
    public:
    void Scale( 
       System.float 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