Class HorizontalShapeHandleBase<T>
public abstract class HorizontalShapeHandleBase<T> : ShapeHandle<T>, INotifyPropertyChanged, IDisplayer, IShapeHandle, IHandle where T : class, IShape
Type Parameters
T
- Inheritance
-
ShapeHandle<T>HorizontalShapeHandleBase<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
HorizontalShapeHandleBase(T, Point)
public HorizontalShapeHandleBase(T shape, Point point)
Parameters
shape
Tpoint
Point
Methods
RefreshShape(T, double)
protected abstract void RefreshShape(T shape, double change)
Parameters
shape
Tchange
double
RefreshShape(T, Vector)
protected override void RefreshShape(T shape, Vector change)
Parameters
shape
Tchange
Vector