Click or drag to resize

IMcOperations2Not Method

Performs a logical NOT on an image.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function Not ( 
	<OptionalAttribute> vSourceImg As Object
) As McImage

Parameters

vSourceImg (Optional)
Type: SystemObject
Optional source image, operator applies to parent image when parameter is omitted.

Return Value

Type: McImage
The resulting McImage.

Implements

IMcOperationsNot(Object)
Remarks
The result is stored in the parent image or vSourceImg if there is no parent.
See Also