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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly