ImageCreateImageMask Method |
Name | Description | |
---|---|---|
CreateImageMask(SDFDoc, FilterReader, Int32, Int32) | Create and embed an ImageMask.
| |
CreateImageMask(SDFDoc, Byte, Int32, Int32) | Create and embed an ImageMask. Embed the raw image data taking into account
specified compression hints. The ImageMask can be used as a stencil mask for
painting in the current color or as an explicit mask specifying which areas of
the image to paint and which to mask out. One of the most important uses of
stencil masking is for painting Character glyphs represented as bitmaps.
| |
CreateImageMask(SDFDoc, FilterReader, Int32, Int32, Obj) | Creates the image mask.
| |
CreateImageMask(SDFDoc, Byte, Int32, Int32, Obj) | Creates the image mask.
|