Class SkewTransform
- Namespace
- PaintDotNet.UI.Media
- Assembly
- PaintDotNet.UI.dll
public sealed class SkewTransform : Transform, IFormattable, IParsable<Transform>
- Inheritance
-
SkewTransform
- Implements
- Inherited Members
Constructors
Fields
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.
- Value
Gets the current transformation as a Matrix3x2Double value.