The XImage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Format |
Gets the format of the image.
| |
Height | Obsolete.
Gets the height of the image.
| |
HorizontalResolution |
Gets the horizontal resolution of the image.
| |
Interpolate |
Gets or sets a flag indicating whether image interpolation is to be performed.
| |
PixelHeight |
Gets the height of the image in pixels.
| |
PixelWidth |
Gets the width of the image in pixels.
| |
PointHeight |
Gets the height of the image in point.
| |
PointWidth |
Gets the width of the image in point.
| |
Size |
Gets the size in point of the image.
| |
VerticalResolution |
Gets the vertical resolution of the image.
| |
Width | Obsolete.
Gets the width of the image.
|
See Also