Click or drag to resize

WpfRubberStampAnnotationRenderingEngineOnRenderAnnotation Method

Called to render the annotation.

Namespace:  Atalasoft.Annotate.Wpf.Renderer
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void OnRenderAnnotation(
	WpfRubberStampAnnotation annotation,
	WpfRenderEnvironment environment
)

Parameters

annotation
Type: Atalasoft.Annotate.WpfWpfRubberStampAnnotation
The annotation to render.
environment
Type: Atalasoft.Annotate.Wpf.RendererWpfRenderEnvironment
A WpfRenderEnvironment containing information used to render the annotation.
See Also