Back to Devexpress

DiagramConnector Constructors

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-dot-ctor.md

latest5.0 KB
Original Source

DiagramConnector Constructors

Connects two diagram items or two points.

NameParametersDescription
DiagramConnector()noneInitializes a new instance of the DiagramConnector class.
DiagramConnector(ConnectorType, PointFloat, PointFloat, PointFloat[])connectorType, beginPoint, endPoint, pointsInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(ConnectorType, PointFloat, PointFloat)connectorType, beginPoint, endPointInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(ConnectorType, DiagramItem, DiagramItem)connectorType, beginItem, endItemInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(ConnectorType, PointF, PointF, PointF[])connectorType, beginPoint, endPoint, pointsInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(ConnectorType, PointF, PointF)connectorType, beginPoint, endPointInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(ConnectorType)connectorTypeInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(PointFloat, PointFloat, PointFloat[])beginPoint, endPoint, pointsInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(PointFloat, PointFloat)beginPoint, endPointInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(DiagramItem, DiagramItem, PointF[])beginItem, endItem, pointsInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(DiagramItem, DiagramItem)beginItem, endItemInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(PointF, PointF, PointF[])beginPoint, endPoint, pointsInitializes a new instance of the DiagramConnector class with the specified settings.
DiagramConnector(PointF, PointF)beginPoint, endPointInitializes a new instance of the DiagramConnector class with the specified settings.

See Also

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace