Table of Contents

Class VectorShapeHandleBase<T>

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

Type Parameters

T
Inheritance
VectorShapeHandleBase<T>
Implements
Inherited Members
Extension Methods

Constructors

VectorShapeHandleBase(T, Point, Vector)

public VectorShapeHandleBase(T shape, Point point, Vector vector)

Parameters

shape T
point Point
vector Vector

Properties

Vector

public Vector Vector { get; }

Property Value

Vector

Methods

RefreshShape(T, Vector)

protected override void RefreshShape(T shape, Vector change)

Parameters

shape T
change Vector

RefreshShapeVector(T, Vector)

protected abstract void RefreshShapeVector(T shape, Vector change)

Parameters

shape T
change Vector