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
shapeTpointPoint
Methods
RefreshShape(T, double)
protected abstract void RefreshShape(T shape, double change)
Parameters
shapeTchangedouble
RefreshShape(T, Vector)
protected override void RefreshShape(T shape, Vector change)
Parameters
shapeTchangeVector