Class RectShape
public class RectShape : GeometryShapeBase, INotifyPropertyChanged, IDisplayer, IGeometryShape, IHitShape, IHandleShape, ISelectShape, IDragToShape, IShape, ICloneable
- Inheritance
-
RectShape
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Bound
public override Rect Bound { get; }
Property Value
Rect
public Rect Rect { get; set; }
Property Value
Methods
GetGeometry(IDrawing)
public override Geometry GetGeometry(IDrawing drawing)
Parameters
drawing
IDrawing
Returns
Offset(Vector)
public override void Offset(Vector v)
Parameters
v
Vector
Rotate(double)
public override void Rotate(double angle)
Parameters
angle
double