←Select platform

ShearCommand Constructor(int,bool,RasterColor)

Summary
Initializes a new instance of the ShearCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal angle As Integer, _ 
   ByVal horizontal As Boolean, _ 
   ByVal fillColor As RasterColor _ 
) 
- (instancetype)initWithAngle:(NSInteger)angle 
                   horizontal:(BOOL)horizontal 
                    fillColor:(LTRasterColor *)fillColor 
public ShearCommand( 
  int angle,  
  boolean horizontal,  
  RasterColor 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.