←Select platform

FlipViewPerspective Method

Summary

Flips this RasterImage image by changing its ViewPerspective.

Syntax
C#
VB
Objective-C
C++
Java
public void FlipViewPerspective( 
   bool horizontal 
) 
Public Sub FlipViewPerspective( _ 
   ByVal horizontal As Boolean _ 
)  
- (BOOL)flipViewPerspective:(BOOL)horizontal error:(NSError **)error 
public void flipViewPerspective(boolean horizontal) 
public: 
void FlipViewPerspective(  
   bool horizontal 
)  

Parameters

horizontal
true to flip horizontally, false to flip vertically.

Remarks

((Document/Medical only) only).

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 Introduction to Image Processing With LEADTOOLS.

Example

For an example, refer to Changed.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly