Connector.SetConnectorSegments(ICollection<Point>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Redireciona o conector da fonte para o destino se o conector tiver sido alterado.
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>
Uma Point coleção que representa os novos segmentos de ligação a usar para reencaminhamento.