ImageMask.Intersect
Contents
[
Hide
]Intersect(ImageMask)
Gets the intersection of current mask with provided.
public ImageBitMask Intersect(ImageMask mask)
Parameter | Type | Description |
---|---|---|
mask | ImageMask | Provided mask |
Return Value
New ImageBitMask
.
See Also
- class ImageBitMask
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging
Intersect(MagicWandSettings)
Gets the intersection of the current mask with the result of magic wand selection applied to the source of the mask.
public ImageBitMask Intersect(MagicWandSettings settings)
Parameter | Type | Description |
---|---|---|
settings | MagicWandSettings | Magic wand settings. |
Return Value
New ImageBitMask
.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Thrown when the source image is not defined in mask. |
See Also
- class ImageBitMask
- class MagicWandSettings
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging
Intersect(RasterImage, MagicWandSettings)
Gets the intersection of the current mask with the result of magic wand selection applied to the provided image.
public ImageBitMask Intersect(RasterImage image, MagicWandSettings settings)
Parameter | Type | Description |
---|---|---|
image | RasterImage | Image for magic wand. |
settings | MagicWandSettings | Magic wand settings. |
Return Value
New ImageBitMask
.
See Also
- class ImageBitMask
- class RasterImage
- class MagicWandSettings
- class ImageMask
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging