ComponentOne Word for UWP
RightArrowCalloutShape Constructor(Point,Point)

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace > RightArrowCalloutShape Class > RightArrowCalloutShape Constructor : RightArrowCalloutShape Constructor(Point,Point)
The start point of the line, coordinates in twips.
The end point of the line, coordinates in twips.
Initializes a new instance of a RightArrowCalloutShape.
Syntax
'Declaration
 
Public Function New( _
   ByVal pt1 As Windows.Foundation.Point, _
   ByVal pt2 As Windows.Foundation.Point _
)
public RightArrowCalloutShape( 
   Windows.Foundation.Point pt1,
   Windows.Foundation.Point pt2
)

Parameters

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

Reference

RightArrowCalloutShape Class
RightArrowCalloutShape Members
Overload List