Table of Contents

Class TranslateTransform

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

Constructors

TranslateTransform()
TranslateTransform(double, double)

Fields

XProperty
YProperty

Properties

IsIdentity
Value

Gets the current transformation as a Matrix3x2Double value.

X
Y

Methods

CreateInstanceCore()