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

In This Topic
    Scale Method (IProjection)
    In This Topic
    Scale/Zoom the view
    Syntax
    'Declaration
     
    
    Sub Scale( _
       ByVal Scale As System.Single _
    ) 
    void Scale( 
       System.float Scale
    )

    Parameters

    Scale
    The factor to scale the image view by
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also