[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.FlowChartExtractShape.-ctor

FlowChartExtractShape Constructor

FlowChartExtractShape()

Initializes a new instance of a FlowChartExtractShape.

Declaration
public FlowChartExtractShape()

FlowChartExtractShape(Point, Point)

Initializes a new instance of a FlowChartExtractShape.

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

FlowChartExtractShape(int, int, int, int)

Initializes a new instance of a FlowChartExtractShape.

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

FlowChartExtractShape(IShapeContainer, int, int, int, int)

Initializes a new instance of a FlowChartExtractShape.

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