Table of Contents

Class RotateTransform

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

Constructors

RotateTransform()
RotateTransform(double)
RotateTransform(double, double, double)

Fields

AngleProperty
CenterXProperty
CenterYProperty

Properties

Angle

Gets or sets the angle of rotation, in degrees.

CenterX
CenterY
IsIdentity
Value

Gets the current transformation as a Matrix3x2Double value.

Methods

CreateInstanceCore()