Table of Contents

Class VerctiacalShapeHandleBase<T>

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

Type Parameters

T
Inheritance
VerctiacalShapeHandleBase<T>
Implements
Inherited Members
Extension Methods

Constructors

VerctiacalShapeHandleBase(T, Point)

public VerctiacalShapeHandleBase(T shape, Point point)

Parameters

shape T
point Point

Methods

RefreshShape(T, double)

protected abstract void RefreshShape(T shape, double change)

Parameters

shape T
change double

RefreshShape(T, Vector)

protected override void RefreshShape(T shape, Vector change)

Parameters

shape T
change Vector