ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / FlowChartTerminatorShape Class / FlowChartTerminatorShape Constructor / FlowChartTerminatorShape Constructor(Point,Point)
The start point of the line, coordinates in twips.
The end point of the line, coordinates in twips.

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