Class GeometryShapeBase
public abstract class GeometryShapeBase : DisplayerShapeBase, INotifyPropertyChanged, IDisplayer, IGeometryShape, IHitShape, IHandleShape, ISelectShape, IDragToShape, IShape, ICloneable
- Inheritance
-
GeometryShapeBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Bound
public override Rect Bound { get; }
Property Value
Methods
Draw(IDrawing, Pen, Brush)
public override void Draw(IDrawing dc, Pen pen, Brush fill)
Parameters
DrawSelect(IDrawing)
public virtual void DrawSelect(IDrawing dc)
Parameters
dc
IDrawing
DrawTo(IDrawing, Point)
public virtual void DrawTo(IDrawing dc, Point to)
Parameters
GetGeometry(IDrawing)
public abstract Geometry GetGeometry(IDrawing drawing)
Parameters
drawing
IDrawing
Returns
HitSelect(Point, LayerView)
public virtual bool HitSelect(Point point, LayerView layerView)
Parameters
Returns
HitSelect(Rect, LayerView)
public virtual bool HitSelect(Rect rect, LayerView layerView)