[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.TextChevronShape.-ctor

TextChevronShape Constructor

TextChevronShape()

Initializes a new instance of a TextChevronShape.

Declaration
public TextChevronShape()

TextChevronShape(Point, Point)

Initializes a new instance of a TextChevronShape.

Declaration
public TextChevronShape(Point pt1, Point pt2)
Parameters
Type Name Description
Point pt1

The start point of the line, coordinates in twips.

Point pt2

The end point of the line, coordinates in twips.

TextChevronShape(int, int, int, int)

Initializes a new instance of a TextChevronShape.

Declaration
public TextChevronShape(int x1, int y1, int x2, int y2)
Parameters
Type Name Description
int x1

The horizontal position of the begin line, in twips.

int y1

The vertical position of the begin line, in twips.

int x2

The horizontal position of the end line, in twips.

int y2

The vertical position of the end line, in twips.

TextChevronShape(IShapeContainer, int, int, int, int)

Initializes a new instance of a TextChevronShape.

Declaration
public TextChevronShape(IShapeContainer container, int x1, int y1, int x2, int y2)
Parameters
Type Name Description
IShapeContainer container

IShapeContainer object that owns the shape container.

int x1

The horizontal position of the begin line, in twips.

int y1

The vertical position of the begin line, in twips.

int x2

The horizontal position of the end line, in twips.

int y2

The vertical position of the end line, in twips.