Class DrawableSkewX
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Skews the current coordinate system in the horizontal direction.
public sealed class DrawableSkewX : IDrawableSkewX, IDrawable- Inheritance
- 
      
      DrawableSkewX
- Implements
- 
      IDrawableSkewXIDrawable
- Inherited Members
Constructors
DrawableSkewX(double)
Initializes a new instance of the DrawableSkewX class.
public DrawableSkewX(double angle)Parameters
- angledouble
- The angle. 
Properties
Angle
Gets or sets the angle.
public double Angle { get; set; }