Click or drag to resize

AnnotationImage Constructor (Image)

Creates a new instance of AnnotationImage specifying the System.Drawing.Image object used.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public AnnotationImage(
	Image image
)

Parameters

image
Type: System.DrawingImage
A System.Drawing.Image object for this class.
See Also