[]
Create an instance of the Image class.
public Image()
Create an instance of the Image class.
public Image(string href)
| Type | Name | Description |
|---|---|---|
| string | href | Image link |
Create an instance of the Image class.
public Image(string href, int width, int height)
| Type | Name | Description |
|---|---|---|
| string | href | Image link |
| int | width | Image width |
| int | height | Image height |