[]
Create an instance of Image.
public Image()
Create an instance of Image.
public Image(string path)
Type | Name | Description |
---|---|---|
string | path |
Create an instance of Image.
public Image(string path, double width, double height)
Type | Name | Description |
---|---|---|
string | path | |
double | width | |
double | height |
Create an instance of Image.
public Image(ImageSource value)
Type | Name | Description |
---|---|---|
ImageSource | value |
Create an instance of Image.
public Image(ImageSource value, double width, double height)
Type | Name | Description |
---|---|---|
ImageSource | value | |
double | width | |
double | height |