WpfAnnotationCanvasRenderAllLayers Method |
Renders all annotations using the provided environment.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void RenderAllLayers(
WpfRenderEnvironment environment
)
Public Sub RenderAllLayers (
environment As WpfRenderEnvironment
)
Parameters
- environment
- Type: Atalasoft.Annotate.Wpf.RendererWpfRenderEnvironment
A render environment containing information needed to perform this action.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the environment argument is null (Nothing in VB). |
See Also