| Visual Basic (Declaration) | |
|---|---|
Public Property Invert As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ScreenCaptureObjectOptions Dim value As Boolean instance.Invert = value value = instance.Invert | |
| C# | |
|---|---|
public bool Invert {get; set;} | |
Property Value
If true, the object will have inverted colors. Otherwise, a border will be drawn around the object.For an example, refer to ScreenCaptureEngine.
Determines how the object is highlighted.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code