Click or drag to resize

AnnotationControllerRenderAnnotations Method (RenderDevice, Graphics)

Renders the annotations to a Graphics object

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void RenderAnnotations(
	RenderDevice device,
	Graphics graphics
)

Parameters

device
Type: Atalasoft.AnnotateRenderDevice
Indicates the device that created the Graphics object.
graphics
Type: System.DrawingGraphics
The Graphics object used for rendering.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the graphics object is null (Nothing in VB).
See Also