[]
Represents an image annotation for the AnnotationLayer
public class Image : AnnotationBase, IImage
| Name | Description |
|---|---|
| Image() | Create an instance of Image. |
| Image(ImageSource) | Create an instance of Image. |
| Image(ImageSource, double, double) | Create an instance of Image. |
| Image(string) | Create an instance of Image. |
| Image(string, double, double) | Create an instance of Image. |
| Name | Description |
|---|---|
| HeightProperty | Identifies the Height dependency property. |
| SourceProperty | Identifies the Source dependency property. |
| WidthProperty | Identifies the Width dependency property. |
| Name | Description |
|---|---|
| Height | Gets or sets the height of image annotation. |
| Source | Gets or sets the Microsoft.UI.Xaml.Media.ImageSource for image annotation. |
| Width | Gets or sets the width of image annotation. |
| Name | Description |
|---|---|
| GetSize() | Gets annotation size. |