Index

C/C++ Functions

pdImgSetMask

void pdImgSetMask(DT_PDDOC power_doc, DT_SLONG img, DT_SLONG mask)

Short Description: Change image's masking page

The pdImgSetMask function changes the masking page associated with an existing PowerDoc image. This makes it possible to select a different alpha-mask for an existing image.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

img

Image's index in the Power Engine document.

mask

The new masking page number to be associated with the specified PowerDoc image. If mask is set to 0, the image will not have a mask.

Related Functions

pdImgGetMask
pdImgAdd

 

Index