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 コレクション。

適用対象