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, DXImage) | name, image | Initializes a new instance of the ImageAnnotation class with specified settings. |
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