DiagramConnector Constructors
Connects two diagram items or two points.Name | Parameters | Description |
---|---|---|
DiagramConnector() | none | Initializes a new instance of the DiagramConnector class. |
DiagramConnector(ConnectorType, PointFloat, PointFloat, PointFloat[]) | connectorType, beginPoint, endPoint, points | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(ConnectorType, PointFloat, PointFloat) | connectorType, beginPoint, endPoint | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(ConnectorType, DiagramItem, DiagramItem) | connectorType, beginItem, endItem | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(ConnectorType, PointF, PointF, PointF[]) | connectorType, beginPoint, endPoint, points | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(ConnectorType, PointF, PointF) | connectorType, beginPoint, endPoint | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(ConnectorType) | connectorType | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(PointFloat, PointFloat, PointFloat[]) | beginPoint, endPoint, points | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(PointFloat, PointFloat) | beginPoint, endPoint | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(DiagramItem, DiagramItem, PointF[]) | beginItem, endItem, points | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(DiagramItem, DiagramItem) | beginItem, endItem | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(PointF, PointF, PointF[]) | beginPoint, endPoint, points | Initializes a new instance of the DiagramConnector class with the specified settings. |
DiagramConnector(PointF, PointF) | beginPoint, endPoint | Initializes a new instance of the DiagramConnector class with the specified settings. |
See Also