[]
Initializes a new instance of the ImageElement class with the specified image and style options.
public ImageElement(Style style, Image image)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Image | image | The image to show. |
Initializes a new instance of the ImageElement class with the specified image.
public ImageElement(Image image)
Type | Name | Description |
---|---|---|
Image | image | The image to show. |
Initializes a new instance of the ImageElement class with the specified style options.
public ImageElement(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new instance of the ImageElement class.
public ImageElement()