Invert Property

Summary
Gets or sets the Invert flag.
Syntax
C#
VB
C++
public bool Invert { get; set; } 
  
Public Property Invert As Boolean 
public: 
property bool Invert { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.