Table of Contents

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
IDrawableSkewY
IDrawable
Inherited Members

Constructors

DrawableSkewY(double)

Initializes a new instance of the DrawableSkewY class.

public DrawableSkewY(double angle)

Parameters

angle double

The angle.

Properties

Angle

Gets or sets the angle.

public double Angle { get; set; }

Property Value

double