VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / RenderViewerImage Methods / RenderViewerImage(Rect) Method
Syntax Requirements SeeAlso
In This Topic
    RenderViewerImage(Rect) Method (WpfImageViewer)
    In This Topic
    Renders an image of this viewer.
    Syntax
    'Declaration
    
    Public Overloads Function RenderViewerImage( _
    ByVal rect
    The rectange to render, in viewer space.
    As System.Windows.Rect _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    rect
    The rectange to render, in viewer space.

    Return Value

    An image of this viewer.
    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