Leadtools Namespace > RasterImage Class : RotateViewPerspective Method |
'Usage Dim instance As RasterImage Dim degrees As Integer instance.RotateViewPerspective(degrees)
-(BOOL)rotateViewPerspective:(int)degrees error:(NSError**)outError;
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.