DiagramShapeConnectionPointCollection.Add(Decimal, Decimal) Method
Adds a new connection point to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
left | Decimal | The horizontal offset of a connection point. |
top | Decimal | The vertical offset of a connection point. |
Returns
Type | Description |
---|---|
DiagramShapeConnectionPoint | An object that is the newly created point. |
See Also