Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
IsFlipped Property
See Also 
Leadtools Namespace > RasterImage Class : IsFlipped Property



Determines whether this RasterImage has a a flipped RasterImage.ViewPerspective.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsFlipped As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsFlipped
C# 
public virtual bool IsFlipped {get;}
C++/CLI 
public:
virtual property bool IsFlipped {
   bool get();
}

Return Value

true if this RasterImage has a flipped RasterImage.ViewPerspective; false otherwise.

Example

For an example, refer to Width.

Remarks

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also