Class VectorShapeHandleBase<T>
public abstract class VectorShapeHandleBase<T> : ShapeHandle<T>, INotifyPropertyChanged, IDisplayer, IShapeHandle, IHandle where T : class, IShape
Type Parameters
T
- Inheritance
-
ShapeHandle<T>VectorShapeHandleBase<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
VectorShapeHandleBase(T, Point, Vector)
public VectorShapeHandleBase(T shape, Point point, Vector vector)
Parameters
Properties
Vector
public Vector Vector { get; }
Property Value
Methods
RefreshShape(T, Vector)
protected override void RefreshShape(T shape, Vector change)
Parameters
shape
Tchange
Vector
RefreshShapeVector(T, Vector)
protected abstract void RefreshShapeVector(T shape, Vector change)
Parameters
shape
Tchange
Vector