Class ShapeHandleBase
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
Properties
Shape
public IShape Shape { get; }
Property Value
Methods
DrawDragTo(IDrawing, Point, Action<IShape>)
public abstract void DrawDragTo(IDrawing drawing, Point to, Action<IShape> action)