Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
ShearCommand Constructor(Int32,Boolean,RasterColor)
See Also 
Leadtools.ImageProcessing Namespace > ShearCommand Class > ShearCommand Constructor : ShearCommand Constructor(Int32,Boolean,RasterColor)




angle
The angle of slant in hundredths of degrees.
horizontal
The direction of the slant.
fillColor
The fill color.
Initializes a new instance of the ShearCommand class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal angle As Integer, _
   ByVal horizontal As Boolean, _
   ByVal fillColor As RasterColor _
)
Visual Basic (Usage)Copy Code
Dim angle As Integer
Dim horizontal As Boolean
Dim fillColor As RasterColor
 
Dim instance As ShearCommand(angle, horizontal, fillColor)
C# 
public ShearCommand( 
   int angle,
   bool horizontal,
   RasterColor fillColor
)
Managed Extensions for C++ 
public: ShearCommand( 
   int angle,
   bool horizontal,
   RasterColor fillColor
)
C++/CLI 
public:
ShearCommand( 
   int angle,
   bool horizontal,
   RasterColor fillColor
)

Parameters

angle
The angle of slant in hundredths of degrees.
horizontal
The direction of the slant.
fillColor
The fill color.

Example

For an example, refer to ShearCommand.

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