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
)
Public Sub RenderAnnotations (
device As RenderDevice,
graphics As 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 See Also