ImageEn, unit ievision

TIEVisionImage.opNot

TIEVisionImage.opNot


Declaration

procedure opNot(dest: TIEVisionImage); safecall;


Description

Inverts every bit of an image.

This is the same as Negative

Parameter Description
dest Container for the resulting image


Example

ImageEnView1.IEBitmap.GetIEVisionImage().opNot( ImageEnView1.IEBitmap.GetIEVisionImage() );