LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

Invert Property






Gets or sets the Invert flag.
Syntax
public bool Invert {get; set;}
'Declaration
 
Public Property Invert As Boolean
'Usage
 
Dim instance As ScreenCaptureObjectOptions
Dim value As Boolean
 
instance.Invert = value
 
value = instance.Invert
public bool Invert {get; set;}
 get_Invert();
set_Invert(value);
public:
property bool Invert {
   bool get();
   void set (    bool value);
}

Property Value

If true, the object will have inverted colors. Otherwise, a border will be drawn around the object.
Remarks
Determines how the object is highlighted.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.