IImageData Properties |
The IImageData type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ContentType |
Gets a MIME type of an image, encoded in
Data
.
Read-only
String
.
|
|
|
Data |
Gets the copy of an image's data.
Read-only
Byte
[].
|
|
|
Height |
Gets a height of an image.
Read-only
Int32
.
|
|
|
Image |
Gets the copy of an image.
Read-only
Image
.
|
|
|
Width |
Gets a width of an image.
Read-only
Int32
.
|
|
|
X |
Gets a X-offset of an image.
Read-only
Int32
.
|
|
|
Y |
Gets a Y-offset of an image.
Read-only
Int32
.
|