Skip to main content
All docs
V25.1
  • ASPxClientDiagramChangeConnectorPointsEventArgs.oldPoints Property

    The array of previous connection points.

    Declaration

    oldPoints: any[]

    Property Value

    Type Description
    any[]

    An array of objects that contain coordinates of connector points.

    Remarks

    The oldPoints property contains an array of connector points. Each point is specified by its x- and y-coordinates in units.

    The oldPoints property value has the following format: [{"x":264,"y":384},{"x":288,"y":420},{"x":480,"y":420}]

    See Also