Table of Contents

Class Vector2DoubleAsPairProperty

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll
public abstract class Vector2DoubleAsPairProperty : VectorProperty<double>, ICloneable, INotifyPropertyChanged
Inheritance
Vector2DoubleAsPairProperty
Implements
Derived
Inherited Members

Constructors

Vector2DoubleAsPairProperty(Vector2DoubleAsPairProperty, Vector2DoubleAsPairProperty)
Vector2DoubleAsPairProperty(object)
Vector2DoubleAsPairProperty(object, Vector2Double)
Vector2DoubleAsPairProperty(object, Vector2Double, Vector2Double, Vector2Double)
Vector2DoubleAsPairProperty(object, Vector2Double, Vector2Double, Vector2Double, bool)
Vector2DoubleAsPairProperty(object, Vector2Double, Vector2Double, Vector2Double, bool, ValueValidationFailureResult)

Properties

MaxValues
MinValues
Value

Methods

ClampPotentialValue(Vector2Double)
OnCoerceValueT(object)
ToPair(Vector2Double)
ToVector(Pair<double, double>)