ImageBitMask.op_ExclusiveOr

ImageBitMask ExclusiveOr operator

Exclusive disjunction of two masks.

public static ImageBitMask operator ^(ImageBitMask a, ImageBitMask b)
ParameterTypeDescription
aImageBitMaskThe first mask.
bImageBitMaskThe second mask.

Return Value

New ImageBitMask.

See Also