C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Canvas Namespace / Callout2Shape Class / Callout2Shape Constructor / Callout2Shape Constructor(Point,Point)
The start point of the line, coordinates in twips.
The end point of the line, coordinates in twips.

In This Topic
Callout2Shape Constructor(Point,Point)
In This Topic
Initializes a new instance of a Callout2Shape.
Syntax
'Declaration
 
Public Function New( _
   ByVal pt1 As Point, _
   ByVal pt2 As Point _
)
 

Parameters

pt1
The start point of the line, coordinates in twips.
pt2
The end point of the line, coordinates in twips.
See Also