다음을 통해 공유


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 컬렉션입니다.

적용 대상