Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : IsRotated Property |
public bool IsRotated {get;}
'Declaration
Public ReadOnly Property IsRotated As Boolean
'Usage
Dim instance As RasterImage Dim value As Boolean value = instance.IsRotated
public bool IsRotated {get;}
@property (nonatomic, assign, readonly) BOOL isRotated
public boolean isRotated()
get_IsRotated();
The image data is considered rotated if the value of the ViewPerspective is one of the following:
Otherwise, the image is either basic (IsBasic) or flipped (IsFlipped).
For more information refer to Accounting for View Perspective.