Table of Contents

Interface IShapeHandle

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public interface IShapeHandle : IHandle
Inherited Members
Extension Methods

Properties

Shape

IShape Shape { get; }

Property Value

IShape

Methods

DrawDragTo(IDrawing, Point, Action<IShape>)

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

Parameters

drawing IDrawing
to Point
action Action<IShape>