VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfSelectionRegionViewWithImageProcessingPreview Class / Render(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    Render(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfSelectionRegionViewWithImageProcessingPreview)
    In This Topic
    Syntax
    'Declaration
    
    Protected Overrides Sub Render( _
    ByVal viewer
    An instance of WpfImageViewer where the view should be rendered.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    An image where this region must be drawn.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    An instance of System.Windows.Media.DrawingContext used to render the view.
    As System.Windows.Media.DrawingContext _
    )
    protected override void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext drawingContext
    )
    protected: void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext drawingContext
    ); override
    protected:
    void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Windows.Media.DrawingContext drawingContext
    ); override

    Parameters

    viewer
    An instance of WpfImageViewer where the view should be rendered.
    image
    An image where this region must be drawn.
    drawingContext
    An instance of System.Windows.Media.DrawingContext used to render the view.
    Requirements

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

    See Also