Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ChangeViewPerspectiveCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : ChangeViewPerspectiveCommand Class



Rotates and flips the image data as necessary to achieve the desired view perspective.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ChangeViewPerspectiveCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As ChangeViewPerspectiveCommand
C# 
public class ChangeViewPerspectiveCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class ChangeViewPerspectiveCommand : public RasterCommand, IRasterCommand  

Remarks

Changes the RasterImage.ViewPerspective in the image and the (if necessary the image data) to achieve the desired view perspective. Thus, the display remains unchanged.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.ChangeViewPerspectiveCommand

Requirements

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

See Also