DiagramShapeConnectionPointCollection.Add(Decimal, Decimal) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DiagramShapeConnectionPoint Add(
decimal left,
decimal top
)
#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 |
---|---|
Diagram |
An object that is the newly created point. |
See Also