←Select platform

IsFlipped Property

Summary

Determines whether the image has a a flipped ViewPerspective.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsFlipped { get; } 
Public ReadOnly Property IsFlipped As Boolean 
public bool IsFlipped {get;} 
@property (nonatomic, assign, readonly) BOOL isFlipped 
public boolean isFlipped() 
 get_IsFlipped();  
public: 
property bool IsFlipped { 
   bool get(); 
} 

Property Value

true if the image has a flipped ViewPerspective; false, otherwise.

Remarks

The image data is considered flipped if the value of the ViewPerspective is one of the following:

Otherwise, the image is either basic (IsBasic) or rotated (IsRotated).

For more information refer to Accounting for View Perspective.

Example

For an example, refer to IsBasic

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 Assembly