[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.TextDeflateBottomShape.-ctor

TextDeflateBottomShape Constructor

TextDeflateBottomShape()

Initializes a new instance of a TextDeflateBottomShape.

Declaration
public TextDeflateBottomShape()

TextDeflateBottomShape(Point, Point)

Initializes a new instance of a TextDeflateBottomShape.

Declaration
public TextDeflateBottomShape(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.

TextDeflateBottomShape(int, int, int, int)

Initializes a new instance of a TextDeflateBottomShape.

Declaration
public TextDeflateBottomShape(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.

TextDeflateBottomShape(IShapeContainer, int, int, int, int)

Initializes a new instance of a TextDeflateBottomShape.

Declaration
public TextDeflateBottomShape(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.