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