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