FlowChartInternalStorageShape Constructor(Int32,Int32,Int32,Int32) | ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Canvas Namespace / FlowChartInternalStorageShape Class / FlowChartInternalStorageShape Constructor / FlowChartInternalStorageShape Constructor(Int32,Int32,Int32,Int32)
The horizontal position of the begin line, in twips.
The vertical position of the begin line, in twips.
The horizontal position of the end line, in twips.
The vertical position of the end line, in twips.

In This Topic
FlowChartInternalStorageShape Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of a FlowChartInternalStorageShape.
Syntax
'Declaration
 
Public Function New( _
   ByVal x1 As System.Integer, _
   ByVal y1 As System.Integer, _
   ByVal x2 As System.Integer, _
   ByVal y2 As System.Integer _
)
 

Parameters

x1
The horizontal position of the begin line, in twips.
y1
The vertical position of the begin line, in twips.
x2
The horizontal position of the end line, in twips.
y2
The vertical position of the end line, in twips.
See Also