Click or drag to resize

ImageCreateImageMask Method

Overload List
  NameDescription
Public methodStatic memberCreateImageMask(SDFDoc, FilterReader, Int32, Int32)
Create and embed an ImageMask.
Public methodStatic memberCreateImageMask(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.
Public methodStatic memberCreateImageMask(SDFDoc, FilterReader, Int32, Int32, Obj)
Creates the image mask.
Public methodStatic memberCreateImageMask(SDFDoc, Byte, Int32, Int32, Obj)
Creates the image mask.
Top
See Also