Loads a virtual image and allows passing in the image's area and resolution.
- lWidth
- The width of the virtual image.
- lHeight
- The height of the virtual image.
- lBitDepth
- The bit depth of the virtual image.
- ResX
- The x resolution of the virtual image.
- ResY
- The y resolution of the virtual image.
- ResUnits
An enumIRes enumeration value.Value Description IRes_Cm Centimeters. IRes_Inch Inches. IRes_Meter Meters. IRes_NA Not available: no absolute unit of measurement. IRes_None None.
A virtual image for all practical purposes is a blank canvas that the application can use in conjunction with the PaintImage event to control rendering of an image. The scrollbars, zoom factor and other attributes of the view are maintained by ImagXpress. This could be used to break a large image into smaller images or tiles for reducing the memory footprint of the application. This is an advanced function and not recommended for use unless there is a extremely valid reason to use it.