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 abstract void RenderAnnotation(
	AnnotationRenderContext context
)
Visual Basic
Public MustOverride Sub RenderAnnotation ( _
	context As AnnotationRenderContext _
)
Visual C++
public:
virtual void RenderAnnotation(
	AnnotationRenderContext^ context
) abstract

See Also