←Select platform

RotateViewPerspective Method

Summary

Rotates this RasterImage by changing its ViewPerspective.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void RotateViewPerspective( 
   int degrees 
) 
Public Sub RotateViewPerspective( _ 
   ByVal degrees As Integer _ 
)  
public void RotateViewPerspective(  
   int degrees 
) 
- (BOOL)rotateViewPerspective:(NSInteger)degrees error:(NSError **)error 
public void rotateViewPerspective(int degrees) 
 function Leadtools.RasterImage.RotateViewPerspective(  
   degrees  
) 
public: 
void RotateViewPerspective(  
   int degrees 
)  

Parameters

degrees
Degrees of rotation. Valid values +-90, +-180, +-270, or +-360. Positive values are clockwise; negative values are counterclockwise.

Remarks

((Document/Medical only) only).

This method achieves fast rotation 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly