Table of Contents

Class SkewTransform

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll
public sealed class SkewTransform : Transform, IFormattable, IParsable<Transform>
Inheritance
SkewTransform
Implements
Inherited Members

Constructors

SkewTransform()
SkewTransform(double, double)
SkewTransform(double, double, double, double)

Fields

AngleXProperty
AngleYProperty
CenterXProperty
CenterYProperty

Properties

AngleX

Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis.

AngleY

Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis.

CenterX
CenterY
IsIdentity
Value

Gets the current transformation as a Matrix3x2Double value.

Methods

CreateInstanceCore()