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 集合,表示用來重設路徑的新接點區段。

適用於