Table of Contents

Class ActionShapeHandle<T>

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class ActionShapeHandle<T> : ShapeHandle<T>, INotifyPropertyChanged, IDisplayer, IShapeHandle, IHandle where T : class, IShape

Type Parameters

T
Inheritance
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

shape T
point Point
refreshAction Action<T, Vector>

Methods

RefreshShape(T, Vector)

protected override void RefreshShape(T shape, Vector change)

Parameters

shape T
change Vector