Table of Contents

Class ShapeHandleBase

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public abstract class ShapeHandleBase : HandleBase, INotifyPropertyChanged, IDisplayer, IShapeHandle, IHandle
Inheritance
ShapeHandleBase
Implements
Inherited Members
Extension Methods

Constructors

ShapeHandleBase(IShape, Point)

public ShapeHandleBase(IShape shape, Point point)

Parameters

shape IShape
point Point

Properties

Shape

public IShape Shape { get; }

Property Value

IShape

Methods

DrawDragTo(IDrawing, Point, Action<IShape>)

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

Parameters

drawing IDrawing
to Point
action Action<IShape>