| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal angle As Integer, _ ByVal horizontal As Boolean, _ ByVal fillColor As RasterColor _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ShearCommand( int angle, bool horizontal, RasterColor fillColor ) | |
| C++/CLI | |
|---|---|
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.
For an example, refer to ShearCommand.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family