LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ShearCommand Constructor(Int32,Boolean,RasterColor)






The angle of slant in hundredths of degrees.
The direction of the slant.
The fill color.
Initializes a new instance of the ShearCommand class with explicit parameters. .NET support Silverlight support WinRT support
Syntax
public ShearCommand( 
   int angle,
   bool horizontal,
   RasterColor fillColor
)
'Declaration
 
Public Function New( _
   ByVal angle As Integer, _
   ByVal horizontal As Boolean, _
   ByVal fillColor As RasterColor _
)
'Usage
 
Dim angle As Integer
Dim horizontal As Boolean
Dim fillColor As RasterColor
 
Dim instance As New ShearCommand(angle, horizontal, fillColor)
public ShearCommand( 
   int angle,
   bool horizontal,
   RasterColor fillColor
)
function ShearCommand( 
   angle ,
   horizontal ,
   fillColor 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShearCommand Class
ShearCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.