Renders the annotation for given glyphs element in specified rectangle.

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

Syntax

C#
protected override void RenderGlyphsAnnotation(
	AnnotationRenderContext context,
	Glyphs glyphs,
	Rect rectangle
)
Visual Basic
Protected Overrides Sub RenderGlyphsAnnotation ( _
	context As AnnotationRenderContext, _
	glyphs As Glyphs, _
	rectangle As Rect _
)
Visual C++
protected:
virtual void RenderGlyphsAnnotation(
	AnnotationRenderContext^ context, 
	Glyphs^ glyphs, 
	Rect rectangle
) override

Parameters

context
Type: FirstFloor.Documents.Annotations..::..AnnotationRenderContext
The context.
glyphs
Type: System.Windows.Documents..::..Glyphs
The glyphs.
rectangle
Type: System.Windows..::..Rect
The rectangle.

See Also