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 경로 변경에 사용할 새 커넥터 세그먼트를 나타내는 컬렉션입니다.

적용 대상