Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also