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

ConnectionPoint(Point, Int32, ConnectionElementState) Constructor

Initializes a new instance of the ConnectionPoint class.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.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