[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.TrapezoidShape

TrapezoidShape Class

Represents a trapezoid shape of the shape container.

Inheritance
TrapezoidShape
Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public class TrapezoidShape : FilledShape, IRtfContent, IEnumerable

Constructors

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.