Skip to main content
All docs
V25.1
  • 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.v25.1.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