←Select platform

IsInverted Property

Summary

Gets a value indicating whether the image is inverted.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="IsInverted", IsRequired=true)] 
public bool IsInverted { get; set; } 
  
<DataMemberAttribute(Name="IsInverted", IsRequired=True)> 
Public Property IsInverted As Boolean 
[DataMemberAttribute(Name="IsInverted", IsRequired=true)] 
public: 
property bool IsInverted { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the image is inverted; otherwise it is false.

Remarks

The value of the IsInverted property is updated after the command is run on an image. You can specify whether the command will change the image data or just check for inversion using the Flags property, however, the IsInverted property will always be updated whether or not the image data was changed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly