LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Invert Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.