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

Definición

Vuelve a enrutar el conector de origen a 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>

Colección Point que representa los nuevos segmentos del conector que se van a usar para volver a enrutar.

Se aplica a