Visual Basic (Declaration) | |
---|---|
Public Class ChangeViewPerspectiveCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ChangeViewPerspectiveCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class ChangeViewPerspectiveCommand : public RasterCommand, IRasterCommand |
This example will load an image and then change its view perspective.
Visual Basic | Copy Code |
---|---|
Public Sub ChangeViewPerspectiveCommandExample() |
C# | Copy Code |
---|---|
public void ChangeViewPerspectiveCommandExample() |
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.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.ChangeViewPerspectiveCommand
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family