PsDocument.DrawExplicitImageMask

PsDocument.DrawExplicitImageMask method

Gemaskerde afbeelding tekenen.

public void DrawExplicitImageMask(Bitmap image24bpp, Bitmap alphaMask1bpp, Matrix transform)
ParameterTypeBeschrijving
image24bppBitmapDe afbeelding om te tekenen. Moet in 24bpp RGB-beeldformaat zijn
alphaMask1bppBitmapHet beeldmasker. Moet de afbeeldingsindeling 1bpp hebben.
transformMatrixDe matrix om het beeld te transformeren.

Zie ook