Click or drag to resize

WpfRenderEnvironmentDrawingContext Property

Gets the DrawingContext used to draw the annotations.

Namespace:  Atalasoft.Annotate.Wpf.Renderer
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DrawingContext DrawingContext { get; }

Property Value

Type: DrawingContext
The DrawingContext used for drawing the annotations.
See Also