THotPDF.AddImageWithTransparency Method

Souhrn metody: THotPDF.AddImageWithTransparency Method

Deklarace

function AddImageWithTransparency(Width, Height: Integer; const RGB: array of byte; const Alpha: array of byte): Integer;

Jednotka

HPDFDoc

Parametry

NázevÚčel
WidthImage width in pixels
HeightImage height in pixels
RGBRGB byte array containing three bytes per pixel
AlphaAlpha byte array containing one byte per pixel

Návratová hodnota

Image resource index for the transparent image

Poznámky k použití

Související API