Table of Contents

Class PointShape

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class PointShape : GeometryShapeBase, INotifyPropertyChanged, IDisplayer, IGeometryShape, IHitShape, IHandleShape, ISelectShape, IDragToShape, IShape, ICloneable
Inheritance
PointShape
Implements
Inherited Members
Extension Methods

Constructors

PointShape()

public PointShape()

Properties

Bound

public override Rect Bound { get; }

Property Value

Rect

Geo

public Point Geo { get; set; }

Property Value

Point

Radius

public double Radius { get; set; }

Property Value

double

Methods

CreateHandles()

public override IEnumerable<IHandle> CreateHandles()

Returns

IEnumerable<IHandle>

GetGeometry(IDrawing)

public override Geometry GetGeometry(IDrawing drawing)

Parameters

drawing IDrawing

Returns

Geometry

Hit(Point, LayerView)

public override Tuple<Action<IDrawing>, Point, object> Hit(Point point, LayerView layerView)

Parameters

point Point
layerView LayerView

Returns

Tuple<Action<IDrawing>, Point, object>

Offset(Vector)

public override void Offset(Vector v)

Parameters

v Vector

Rotate(double)

public override void Rotate(double angle)

Parameters

angle double