Connector.SetConnectorSegments(ICollection<Point>) Método

Definición

Reenruta el conector del origen al destino si el conector ha cambiado.

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))

Parámetros

segments
ICollection<Point>

Una colección Point que representa los nuevos segmentos del conector para utilizar para reenrutar.

Se aplica a