[]
Represents an image annotation for the AnnotationLayer
public class Image : AnnotationBase, IDependencyObject, IImage, IAnnotationBase, IStyleProvider
Name | Description |
---|---|
Image() | Create an instance of Image. |
Image(Bitmap) | Create an instance of Image. |
Image(Bitmap, 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 Android.Graphics.Bitmap for image annotation. |
Width | Gets or sets the width of image annotation. |
Name | Description |
---|---|
GetSize() | Gets the annotation size. |