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