Click or drag to resize

AnnotationRenderingEngineRenderAnnotation Method

Called to render an annotation.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void RenderAnnotation(
	AnnotationData annotation,
	RenderEnvironment e
)

Parameters

annotation
Type: Atalasoft.AnnotateAnnotationData
The annotation to render.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used for rendering.

Implements

IAnnotationRendererRenderAnnotation(AnnotationData, RenderEnvironment)
Remarks
This class will simply render a rectangle with the name of the annotation. For custom annotations a new class implementing IAnnotationRenderer or derived from another renderer must be created.
See Also