Visual Basic (Declaration) | |
---|---|
Public Class ShearCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ShearCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class ShearCommand : public RasterCommand, IRasterCommand |
This example shears the image 15 degrees vertically, filling extra space with blue.
Visual Basic | Copy Code |
---|---|
Public Sub ShearCommandExample() |
C# | Copy Code |
---|---|
public void ShearCommandExample() |
You specify an angle of slant, horizontal or vertical shear, and the fill color for the created space. The following is a horizontal example:
The angle is expressed in hundredths of degrees, with a limit of 4500 (45 degrees).
For more information, refer to Introduction to Image Processing With LEADTOOLS.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.ShearCommand
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family