[]
Sets the image that is displayed by this picture.
public override void SetImage(byte[] bytes, string contentType)
Public Overrides Sub SetImage(bytes As Byte(), contentType As String)
Type | Name | Description |
---|---|---|
byte[] | bytes | The byte array of the image. |
string | contentType | The content type of the image data. |
Sets the image that is displayed by this picture.
public override void SetImage(Uri uri, string contentType)
Public Overrides Sub SetImage(uri As Uri, contentType As String)
Type | Name | Description |
---|---|---|
Uri | uri | The URI to the image file. |
string | contentType | The content type of the image data. |