ImageMask.ExclusiveDisjunction
Contents
[
Hide
]ExclusiveDisjunction(ImageMask)
Gets the exclusive disjunction of current mask with provided.
public ImageBitMask ExclusiveDisjunction(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
ExclusiveDisjunction(MagicWandSettings)
Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the source of the mask.
public ImageBitMask ExclusiveDisjunction(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
ExclusiveDisjunction(RasterImage, MagicWandSettings)
Gets the exclusive disjunction of the current mask with the result of magic wand selection applied to the provided image.
public ImageBitMask ExclusiveDisjunction(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