Skip to main content

ConnectionPoint(Point, Int32, ConnectionElementState) Constructor

Initializes a new instance of the ConnectionPoint class.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public ConnectionPoint(
    Point point,
    int index,
    ConnectionElementState state
)

Parameters

Name Type Description
point Point
index Int32

An integer value that represents the connection point index.

state ConnectionElementState

Specifies whether to enable connection to an item and show a visual indication.

See Also