Table of Contents

Class ScaleTransform

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

Constructors

ScaleTransform()
ScaleTransform(double, double)
ScaleTransform(double, double, double, double)

Fields

CenterXProperty
CenterYProperty
ScaleXProperty
ScaleYProperty

Properties

CenterX
CenterY
IsIdentity
ScaleX
ScaleY
Value

Gets the current transformation as a Matrix3x2Double value.

Methods

CreateInstanceCore()