Description

Performs a logical NOT on an image.

Return Type

A McImage object.  

The resulting McImage.

Syntax

object.Not ([vSourceImg])

The Not Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McOperations.
vSourceImgOptional. A Variant value.

Optional source image, operator applies to parent image when parameter is omitted.

Remarks

The result is stored in the parent image or vSourceImg if there is no parent.

Exceptions

The exception mceINVALIDARG (E_INVALIDARG) will be thrown if one of the parameters is invalid.