DiagramConnector(PointF, PointF, 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
Parameters
Name | Type | Description |
---|---|---|
beginPoint | PointF | The connector’s starting point. This value is used to initialize the DiagramConnector.BeginPoint property. |
endPoint | PointF | The connector’s ending point. This value is used to initialize the DiagramConnector.EndPoint property. |
points | PointF[] | A collection of turn points. This object is used to initialize the DiagramConnector.Points property. |
See Also