Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
FlipViewPerspective Method
See Also 
Leadtools Namespace > RasterImage Class : FlipViewPerspective Method




horizontal
true to flip horizontally, false to flip vertically.
Flips this RasterImage image by changing its ViewPerspective.

Syntax

Visual Basic (Declaration) 
Public Sub FlipViewPerspective( _
   ByVal horizontal As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim horizontal As Boolean
 
instance.FlipViewPerspective(horizontal)
C# 
public void FlipViewPerspective( 
   bool horizontal
)
Managed Extensions for C++ 
public: void FlipViewPerspective( 
   bool horizontal
) 
C++/CLI 
public:
void FlipViewPerspective( 
   bool horizontal
) 

Parameters

horizontal
true to flip horizontally, false to flip vertically.

Example

For an example, refer to Changed.

Remarks

This method achieves fast flip by changing only the ViewPerspective.

After using this method, you can reverse the result by restoring the original ViewPerspective.

Some methods must account for the view perspective. For more information refer to Accounting for View Perspective.

For more information, refer to Processing an Image.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also