LEADTOOLS (Leadtools assembly)

RotateViewPerspective Method

Show in webframe







Degrees of rotation. Valid values +-90, +-180, +-270, or +-360. Positive values are clockwise; negative values are counterclockwise.
Rotates this RasterImage by changing its ViewPerspective.
Syntax
public void RotateViewPerspective( 
   int degrees
)
'Declaration
 
Public Sub RotateViewPerspective( _
   ByVal degrees As Integer _
) 
'Usage
 
Dim instance As RasterImage
Dim degrees As Integer
 
instance.RotateViewPerspective(degrees)
public void RotateViewPerspective( 
   int degrees
)
-(BOOL)rotateViewPerspective:(int)degrees 
                       error:(NSError**)outError;
            
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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.