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