Class PointShape
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
Geo
public Point Geo { get; set; }
Property Value
Radius
public double Radius { get; set; }
Property Value
Methods
CreateHandles()
public override IEnumerable<IHandle> CreateHandles()
Returns
GetGeometry(IDrawing)
public override Geometry GetGeometry(IDrawing drawing)
Parameters
drawing
IDrawing
Returns
Hit(Point, LayerView)
public override Tuple<Action<IDrawing>, Point, object> Hit(Point point, LayerView layerView)
Parameters
Returns
Offset(Vector)
public override void Offset(Vector v)
Parameters
v
Vector
Rotate(double)
public override void Rotate(double angle)
Parameters
angle
double