THotPDF.AddImageWithTransparency Method

メソッドの要約: THotPDF.AddImageWithTransparency Method

宣言

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

ユニット

HPDFDoc

パラメータ

名前目的
WidthImage width in pixels
HeightImage height in pixels
RGBRGB byte array containing three bytes per pixel
AlphaAlpha byte array containing one byte per pixel

戻り値

Image resource index for the transparent image

使用上の注意

関連 API