Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : RotateViewPerspective Method |
'Usage
Dim instance As RasterImage Dim degrees As Integer instance.RotateViewPerspective(degrees)
- (BOOL)rotateViewPerspective:(NSInteger)degrees error:(NSError **)error
public void rotateViewPerspective(int degrees)
function Leadtools.RasterImage.RotateViewPerspective( degrees )
((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.