Skip to main content
A newer version of this page is available. .

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.v20.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
DiagramShapeConnectionPoint

An object that is the newly created point.

See Also