Table of Contents

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

Constructors

DrawableSkewX(double)

Initializes a new instance of the DrawableSkewX class.

public DrawableSkewX(double angle)

Parameters

angle double

The angle.

Properties

Angle

Gets or sets the angle.

public double Angle { get; set; }

Property Value

double