PsDocument.DrawExplicitImageMask

PsDocument.DrawExplicitImageMask method

绘制蒙版图像.

public void DrawExplicitImageMask(Bitmap image24bpp, Bitmap alphaMask1bpp, Matrix transform)
范围类型描述
image24bppBitmap要绘制的图像。必须是 24bpp RGB 图像格式
alphaMask1bppBitmap图像遮罩。必须是 1bpp 图像格式。
transformMatrix转换图像的矩阵。

也可以看看