TUIImage Class
A platform independent image.
Syntax
Unit: FlexCel.Core
TUIImage = class(TFlexCelObject);
Methods
Properties
| Name |
Description |
| Width |
Width of the image in device-dependent pixels.
|
| Height |
Height of the image in device-dependent pixels.
|
| WidthInPoints |
Width of the image in Points (1/72 of an inch) |
| HeightInPoints |
Height of the image in Points (1/72 of an inch) |
| RawFormat |
Format of the image.
|
| IsMetafile |
Returns true if the file is a WMF or EMF file.
|
| Is8bitGrayscale |
Returns true if the image has 256 shades of gray.
|