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.11.0)
Syntax
protected override void RenderGlyphsAnnotation( AnnotationRenderContext context, Glyphs glyphs, Rect rectangle )
Parameters
- context
- Type: FirstFloor.Documents.AnnotationsAnnotationRenderContext
The context. - glyphs
- Type: System.Windows.DocumentsGlyphs
The glyphs. - rectangle
- Type: System.WindowsRect
The rectangle.
See Also