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