LEADTOOLS (Leadtools assembly)

ShearCommand Constructor(Int32,Boolean,RasterColor)

Show in webframe







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.
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
)
-(id)initWithAngle:(int)angle 
        horizontal:(BOOL)horizontal 
         fillColor:(LTRasterColor*)fillColor;
            
public ShearCommand(
  int angle, 
  boolean 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

See Also

Reference

ShearCommand Class
ShearCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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