VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDocumentNavigationTool Class / RenderAction(DrawingContext,VintasoftImage,PageContentActionMetadata,RegionF) Method
Syntax Requirements SeeAlso
In This Topic
RenderAction(DrawingContext,VintasoftImage,PageContentActionMetadata,RegionF) Method (WpfDocumentNavigationTool)
In This Topic
Renders the action.
Syntax
'Declaration

Protected Overridable Sub RenderAction( _
ByVal dc
The drawing context to render tha action.
As System.Windows.Media.DrawingContext, _
ByVal image
The image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal action
The action.
As Vintasoft.Imaging.Metadata.PageContentActionMetadata, _
ByVal region
The region of the action.
As Vintasoft.Imaging.RegionF _
)

Parameters

dc
The drawing context to render tha action.
image
The image.
action
The action.
region
The region of the action.
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