The SkewTransform type exposes the following members.

Constructors

  NameDescription
Public methodSkewTransform()()()()
Create a new SkewTransform.
Public methodSkewTransform(Double, Double)
Create a new SkewTransform.

Methods

  NameDescription
Public methodCreateGdiMatrix
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.)

Properties

  NameDescription
Public propertyAngleX
Skew angle in degrees along the x-axis.
Public propertyAngleY
Skew angle in degrees along the y-axis.

See Also