Renders the annotation.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public override sealed void RenderAnnotation(
	AnnotationRenderContext context
)
Visual Basic
Public Overrides NotOverridable Sub RenderAnnotation ( _
	context As AnnotationRenderContext _
)
Visual C++
public:
virtual void RenderAnnotation(
	AnnotationRenderContext^ context
) override sealed

See Also