Connector.SetConnectorSegments(ICollection<Point>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果连接器已更改,则从源重新路由连接器到目标。
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 集合,表示要用于重新路由的新连接器段。