ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / AccentBorderCallout90Shape Class / AccentBorderCallout90Shape Constructor / AccentBorderCallout90Shape Constructor(Point,Point)
The start point of the line, coordinates in twips.
The end point of the line, coordinates in twips.

In This Topic
    AccentBorderCallout90Shape Constructor(Point,Point)
    In This Topic
    Initializes a new instance of a AccentBorderCallout90Shape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pt1 As Point, _
       ByVal pt2 As Point _
    )
    public AccentBorderCallout90Shape( 
       Point pt1,
       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