Table of Contents

Class ShapeHandle<T>

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

Type Parameters

T
Inheritance
ShapeHandle<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ShapeHandle(T, Point)

public ShapeHandle(T shape, Point point)

Parameters

shape T
point Point

Properties

Shape

public T Shape { get; }

Property Value

T

Methods

Commit(Point)

public override bool Commit(Point to)

Parameters

to Point

Returns

bool

DrawDragTo(IDrawing, Point, Action<IShape>)

public virtual void DrawDragTo(IDrawing drawing, Point to, Action<IShape> action)

Parameters

drawing IDrawing
to Point
action Action<IShape>

RefreshShape(Vector)

protected virtual void RefreshShape(Vector change)

Parameters

change Vector

RefreshShape(T, Vector)

protected abstract void RefreshShape(T shape, Vector change)

Parameters

shape T
change Vector