Skip to main content
A newer version of this page is available. .

ImageAnnotation Constructors

Represents an image annotation.
Name Parameters Description
ImageAnnotation() none Initializes a new instance of the ImageAnnotation class with the default settings.
ImageAnnotation(String, Image) name, image Initializes a new instance of the ImageAnnotation class with the specified name and image.
ImageAnnotation(String, String) name, imageUrl Initializes a new instance of the ImageAnnotation class with the specified name and image URL.
ImageAnnotation(String) name Initializes a new instance of the ImageAnnotation class with the specified name.
See Also