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