ImageMask.ExclusiveDisjunction

ExclusiveDisjunction(ImageMask)

Gets the exclusive disjunction of current mask with provided.

public ImageBitMask ExclusiveDisjunction(ImageMask mask)
ParameterTypeDescription
maskImageMaskProvided mask

Return Value

New ImageBitMask.

See Also


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)
ParameterTypeDescription
settingsMagicWandSettingsMagic wand settings.

Return Value

New ImageBitMask.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when the source image is not defined in mask.

See Also


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)
ParameterTypeDescription
imageRasterImageImage for magic wand.
settingsMagicWandSettingsMagic wand settings.

Return Value

New ImageBitMask.

See Also