←Select platform

IsRotated Property

Summary

Determines whether the image has a rotated view perspective.

Syntax

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

Property Value

true if the image has a rotated view perspective; false, otherwise.

Example

For an example, refer to CodecsImageInfo.

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.Codecs Assembly