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