Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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  
Managed Extensions for C++ 
public __gc class ChangeViewPerspectiveCommand : public RasterCommand, IRasterCommand  
C++/CLI 
public ref class ChangeViewPerspectiveCommand : public RasterCommand, IRasterCommand  

Example

This example will load an image and then change its view perspective.

Remarks

The ViewPerspective is the arrangement of pixels in the image. This command references image coordinates, which are often different from the display coordinates of an image.

Use this command to change the data and the ViewPerspective to simplify calculations that involve image coordinates. This method does not affect the image display. For more information, refer to Accounting for View Perspective.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also