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 集合,表示要用于重排的新的连接器线段。

适用于