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)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,
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