THotPDF.AddImageWithTransparency Method
สรุปเมธอด: THotPDF.AddImageWithTransparency Method
การประกาศ
function AddImageWithTransparency(Width, Height: Integer; const RGB: array of byte; const Alpha: array of byte): Integer;
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
Width | Image width in pixels |
Height | Image height in pixels |
RGB | RGB byte array containing three bytes per pixel |
Alpha | Alpha byte array containing one byte per pixel |
ค่าที่ส่งกลับ
Image resource index for the transparent image
หมายเหตุการใช้งาน
- The RGB and alpha arrays must match the supplied image dimensions
- Use this API when transparency data is already available outside a TGraphic object
API ที่เกี่ยวข้อง
- THotPDF
- THotPDF.AddImage Method
- THotPDF.AddImageFromFile Method
- Contents