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