Connector.SetConnectorSegments(ICollection<Point>) 方法

定义

如果连接器已更改,则从源重新路由连接器到目标。

protected public:
 void SetConnectorSegments(System::Collections::Generic::ICollection<System::Drawing::Point> ^ segments);
protected internal void SetConnectorSegments(System.Collections.Generic.ICollection<System.Drawing.Point> segments);
member this.SetConnectorSegments : System.Collections.Generic.ICollection<System.Drawing.Point> -> unit
Protected Friend Sub SetConnectorSegments (segments As ICollection(Of Point))

参数

segments
ICollection<Point>

一个 Point 集合,表示要用于重新路由的新连接器段。

适用于