[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.RectangleShape

RectangleShape Class

Represents a rectangle shape of the shape container.

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

Constructors

Name Description
RectangleShape()

Initializes a new instance of a RectangleShape.

RectangleShape(IShapeContainer, int, int, int, int)

Initializes a new instance of a RectangleShape.

RectangleShape(int, int, int, int)

Initializes a new instance of a RectangleShape.

RectangleShape(Point, Point)

Initializes a new instance of a RectangleShape.