ClearImage 8 Help
Invert Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : Invert Method






Invert image pixels

Syntax

Visual Basic (Declaration) 
Public Function Invert() As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim value As Integer
 
value = instance.Invert()
C# 
public int Invert()
Delphi 
public function Invert(): Integer; 
JScript 
public function Invert() : int;
Managed Extensions for C++ 
public: int Invert(); 
C++/CLI 
public:
int Invert(); 

Remarks

For Color and Grayscale images, inversion means the 1's complement values are calculated for each byte of the image.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.