[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.AccentCallout2Shape.-ctor

AccentCallout2Shape Constructor

AccentCallout2Shape()

Initializes a new instance of a AccentCallout2Shape.

Declaration
public AccentCallout2Shape()

AccentCallout2Shape(Point, Point)

Initializes a new instance of a AccentCallout2Shape.

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

AccentCallout2Shape(int, int, int, int)

Initializes a new instance of a AccentCallout2Shape.

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

AccentCallout2Shape(IShapeContainer, int, int, int, int)

Initializes a new instance of a AccentCallout2Shape.

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