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