PsDocument.DrawExplicitImageMask

PsDocument.DrawExplicitImageMask method

Dessiner une image masquée.

public void DrawExplicitImageMask(Bitmap image24bpp, Bitmap alphaMask1bpp, Matrix transform)
ParamètreTaperLa description
image24bppBitmapL’image à dessiner. Doit être au format d’image RVB 24 bpp
alphaMask1bppBitmapLe masque d’images. Doit être au format d’image 1bpp.
transformMatrixLa matrice pour transformer l’image.

Voir également