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