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

ConnectorType.Create(String, Func<String>, Func<ConnectorProxy, ConnectorPointType, Point>) Method

Namespace: DevExpress.Diagram.Core

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

Declaration

public static ConnectorType Create(
    string id,
    Func<string> getTypeName,
    Func<ConnectorProxy, ConnectorPointType, Point> actualPoint
)

Parameters

Name Type
id String
getTypeName Func<String>
actualPoint Func<DevExpress.Diagram.Core.Native.ConnectorProxy, ConnectorPointType, Point>

Returns

Type
ConnectorType
See Also