Click or drag to resize

WpfAnnotationCanvasRenderLayer Method

Renders a single layer of annotations using the WpfRenderEnvironment provided.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void RenderLayer(
	WpfLayerAnnotation layer,
	WpfRenderEnvironment environment
)

Parameters

layer
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The layer containing annotations to render.
environment
Type: Atalasoft.Annotate.Wpf.RendererWpfRenderEnvironment
A render environment containing information needed to perform this action.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any argument is null (Nothing in VB).
See Also