VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionRectangularPoint Class / Render(WpfImageViewer,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
Render(WpfImageViewer,DrawingContext) Method (WpfInteractionRectangularPoint)
In This Topic
Renders the interaction area on specified System.Windows.Media.DrawingContext.
Syntax
'Declaration

Public Overrides Sub Render( _
ByVal viewer
The image viewer.
As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal drawingContext
An instance of System.Windows.Media.DrawingContext used to render the area.
As System.Windows.Media.DrawingContext _
)
public override void Render(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
System.Windows.Media.DrawingContext drawingContext
)

Parameters

viewer
The image viewer.
drawingContext
An instance of System.Windows.Media.DrawingContext used to render the area.
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