Click or drag to resize

WpfAnnotationCanvasRenderAllLayers Method

Renders all annotations using the provided environment.

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 void RenderAllLayers(
	WpfRenderEnvironment environment
)

Parameters

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