C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the ShearCommand class with explicit parameters.
public ShearCommand(int angle,bool horizontal,RasterColor fillColor)
Public Function New( _ByVal angle As Integer, _ByVal horizontal As Boolean, _ByVal fillColor As Leadtools.RasterColor _)
public ShearCommand(int angle,bool horizontal,Leadtools.RasterColor fillColor)
- (instancetype)initWithAngle:(NSInteger)anglehorizontal:(BOOL)horizontalfillColor:(LTRasterColor *)fillColor
public ShearCommand(int angle,boolean horizontal,RasterColor fillColor)
function ShearCommand(angle ,horizontal ,fillColor)
public:ShearCommand(int angle,bool horizontal,Leadtools.RasterColor fillColor)
angle
The angle of slant in hundredths of degrees.
horizontal
The direction of the slant.
fillColor
The fill color.
For an example, refer to ShearCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
