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 : IsFlipped Property |
public bool IsFlipped {get;}
'Declaration
Public ReadOnly Property IsFlipped As Boolean
'Usage
Dim instance As RasterImage Dim value As Boolean value = instance.IsFlipped
public bool IsFlipped {get;}
@property (nonatomic, assign, readonly) BOOL isFlipped
public boolean isFlipped()
get_IsFlipped();
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.