DiagramConnector(DiagramItem, DiagramItem, PointF[]) Constructor
Initializes a new instance of the DiagramConnector class with the specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramConnector(
DiagramItem beginItem,
DiagramItem endItem,
params PointF[] points
)
Parameters
Name | Type | Description |
---|---|---|
beginItem | DiagramItem | The connector’s starting item. This value is used to initialize the DiagramConnector.BeginItem property. |
endItem | DiagramItem | The connector’s ending item. This value is used to initialize the DiagramConnector.EndItem property. |
points | PointF[] | A collection of turn points. This object is used to initialize the DiagramConnector.Points property. |
See Also