THotPDF.AddImageWithTransparency32 Method
Сводка метода: THotPDF.AddImageWithTransparency32 Method
Объявление
function AddImageWithTransparency32(Width, Height: Integer; const Pixels: array of byte): Integer;
Модуль
HPDFDoc
Параметры
| Имя | Назначение |
|---|---|
Width | Image width in pixels |
Height | Image height in pixels |
Pixels | Packed 32-bit pixel byte array |
Возвращаемое значение
Image resource index for the transparent image
Примечания по использованию
- Use this API for RGBA-style buffers produced by rendering or image-processing code
- The pixel buffer length must match the supplied dimensions
Связанные API
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents