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