Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RotateViewPerspective Method
See Also 
Leadtools Namespace > RasterImage Class : RotateViewPerspective Method



degrees
Degrees of rotation. Valid values +-90, +-180, +-270, or +-360. Positive values are clockwise; negative values are counterclockwise.
degrees
Degrees of rotation. Valid values +-90, +-180, +-270, or +-360. Positive values are clockwise; negative values are counterclockwise.
Rotates this RasterImage by changing the RasterImage.ViewPerspective.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub RotateViewPerspective( _
   ByVal degrees As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim degrees As Integer
 
instance.RotateViewPerspective(degrees)
C# 
public virtual void RotateViewPerspective( 
   int degrees
)
C++/CLI 
public:
virtual void RotateViewPerspective( 
   int degrees
) 

Parameters

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

Example

For an example, refer to Width.

Remarks

This method achieves fast rotation by changing only the RasterImage.ViewPerspective. This RasterImage data is not changed.

For more information refer to Accounting for View Perspective.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also