THotPDF.AddImageWithTransparency32 Method
Sažetak metode: THotPDF.AddImageWithTransparency32 Method
Deklaracija
function AddImageWithTransparency32(Width, Height: Integer; const Pixels: array of byte): Integer;
Unit
HPDFDoc
Parametri
| Name | Svrha |
|---|---|
Width | Image width in pixels |
Height | Image height in pixels |
Pixels | Packed 32-bit pixel byte array |
Povratna vrijednost
Image resource index for the transparent image
Napomene za uporabu
- Use this API for RGBA-style buffers produced by rendering or image-processing code
- The pixel buffer length must match the supplied dimensions
Povezani API-ji
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents