VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfZoomSelectionTool Class / Zoom() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Zoom() Method (WpfZoomSelectionTool)
    In This Topic
    Zooms the image using the selected region.
    Syntax
    'Declaration
    
    Public Sub Zoom()
    
    
    public void Zoom()
    
    
    public: void Zoom()
    
    
    public:
    void Zoom()
    Remarks

    You should specify the zooming rectangle using the Rectangle property before usage of this method.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also