Initializes a new instance of the AnnotationRenderContext class.

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

Syntax

C#
public AnnotationRenderContext(
	FixedPage page,
	Canvas annotationLayer,
	Canvas annotationAdornerLayer,
	GeometryGroup glyphsClip,
	AnnotationStore store
)
Visual Basic
Public Sub New ( _
	page As FixedPage, _
	annotationLayer As Canvas, _
	annotationAdornerLayer As Canvas, _
	glyphsClip As GeometryGroup, _
	store As AnnotationStore _
)
Visual C++
public:
AnnotationRenderContext(
	FixedPage^ page, 
	Canvas^ annotationLayer, 
	Canvas^ annotationAdornerLayer, 
	GeometryGroup^ glyphsClip, 
	AnnotationStore^ store
)

Parameters

page
Type: FirstFloor.Documents..::..FixedPage
The page.
annotationLayer
Type: System.Windows.Controls..::..Canvas
The annotation layer.
annotationAdornerLayer
Type: System.Windows.Controls..::..Canvas
The annotation adorner layer.
glyphsClip
Type: System.Windows.Media..::..GeometryGroup
The glyphs clip.
store
Type: FirstFloor.Documents.Annotations.Storage..::..AnnotationStore
The store.

See Also