ImageBitMask.op_LogicalNot

ImageBitMask LogicalNot operator

Inverts mask.

public static ImageBitMask operator !(ImageBitMask a)
ParameterTypeDescription
aImageBitMaskThe mask to be inverted.

Return Value

New ImageBitMask.

See Also