| XImage Class |
The XImage type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Under construction
|
|
| Dispose(Boolean) |
Disposes underlying GDI+ object.
|
|
| Equals | (Inherited from Object.) | |
| ExistsFile |
Tests if a file exist. Supports PDF files with page number suffix.
|
|
| Finalize | (Inherited from Object.) | |
| FromFile |
Creates an image from the specified file.
|
|
| FromStream |
Creates an image from the specified stream.
Silverlight supports PNG and JPEF only. |
|
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| 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.
|