←Select platform

RotateViewPerspective Method

Summary
Rotates this RasterImage by changing its ViewPerspective.
Syntax
C#
VB
Objective-C
C++
Java
public void RotateViewPerspective( 
   int degrees 
) 
Public Sub RotateViewPerspective( _ 
   ByVal degrees As Integer _ 
)  
- (BOOL)rotateViewPerspective:(NSInteger)degrees error:(NSError **)error 
public void rotateViewPerspective(int 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.