[]
Represents a rectangle shape of the shape container.
public class RectangleShape : FilledShape, IRtfContent, IEnumerable
Name | Description |
---|---|
RectangleShape() | Initializes a new instance of a RectangleShape. |
RectangleShape(IShapeContainer, int, int, int, int) | Initializes a new instance of a RectangleShape. |
RectangleShape(int, int, int, int) | Initializes a new instance of a RectangleShape. |
RectangleShape(Point, Point) | Initializes a new instance of a RectangleShape. |