DiagramConnector(PointFloat, PointFloat) 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 | PointFloat | The connector’s starting point. This value is used to initialize the DiagramConnector.BeginPoint property. |
endPoint | PointFloat | The connector’s ending point. This value is used to initialize the DiagramConnector.EndPoint property. |
See Also