PsDocument.DrawExplicitImageMask

PsDocument.DrawExplicitImageMask method

Draw masked image.

public void DrawExplicitImageMask(Bitmap image24bpp, Bitmap alphaMask1bpp, Matrix transform)
ParameterTypeDescription
image24bppBitmapThe image to draw. Must be in 24bpp RGB image format
alphaMask1bppBitmapThe image mask. Must be in 1bpp image format.
transformMatrixThe matrix to transform image.

See Also