TUIImage.CreateBitmap Method
Creates a bitmap of the specified dimensions.
Syntax
Unit: FlexCel.Core
class function TUIImage.CreateBitmap(const width: Integer; const height: Integer; const aPixelFormat: TImageColorDepth; const hres: Double; const vres: Double): TUIImage; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
width |
Integer |
Width of the bitmap in pixels. |
const |
height |
Integer |
Height of the bitmap in pixels. |
const |
aPixelFormat |
TImageColorDepth |
Pixel Format. |
const |
hres |
Double |
Horizontal resolution of the image |
const |
vres |
Double |
Vertical resolution of the image |
See also