Table of Contents

Class HorizontalShapeHandleBase<T>

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

Type Parameters

T
Inheritance
HorizontalShapeHandleBase<T>
Implements
Inherited Members
Extension Methods

Constructors

HorizontalShapeHandleBase(T, Point)

public HorizontalShapeHandleBase(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