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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationImage(
Image image
)
Public Sub New (
image As Image
)
Parameters
- image
- Type: System.DrawingImage
A System.Drawing.Image object for this class.
See Also