[]
Loads the image data.
protected virtual bool ResolveImageData(IMedia media, out int width, out int height)
Protected Overridable Function ResolveImageData(media As IMedia, ByRef width As Integer, ByRef height As Integer) As Boolean
Type | Name | Description |
---|---|---|
IMedia | media | The IMedia object contains image binary data. |
int | width | The image width in pixels. |
int | height | The image height in pixels. |
Type | Description |
---|---|
bool |
|
Loads the image data.
protected virtual Stream ResolveImageData(string path)
Protected Overridable Function ResolveImageData(path As String) As Stream
Type | Name | Description |
---|---|---|
string | path |
Type | Description |
---|---|
Stream |
|