Table of Contents

Class GeometryShapeBase

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
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

Rect

Methods

Draw(IDrawing, Pen, Brush)

public override void Draw(IDrawing dc, Pen pen, Brush fill)

Parameters

dc IDrawing
pen Pen
fill Brush

DrawSelect(IDrawing)

public virtual void DrawSelect(IDrawing dc)

Parameters

dc IDrawing

DrawTo(IDrawing, Point)

public virtual void DrawTo(IDrawing dc, Point to)

Parameters

dc IDrawing
to Point

GetGeometry(IDrawing)

public abstract Geometry GetGeometry(IDrawing drawing)

Parameters

drawing IDrawing

Returns

Geometry

HitSelect(Point, LayerView)

public virtual bool HitSelect(Point point, LayerView layerView)

Parameters

point Point
layerView LayerView

Returns

bool

HitSelect(Rect, LayerView)

public virtual bool HitSelect(Rect rect, LayerView layerView)

Parameters

rect Rect
layerView LayerView

Returns

bool