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