VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfSelectionRegionView Class / Render(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
Render(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfSelectionRegionView)
In This Topic
Syntax
'Declaration

Protected Overridable 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 virtual void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Media.DrawingContext drawingContext
)

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also