LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsFlipped Property






Determines whether the image has a a flipped ViewPerspective. .NET support Silverlight support WinRT support
Syntax
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;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.