GraphicsPathIterator.Rewind 메서드

정의

GraphicsPathIterator를 연결된 경로의 시작까지 다시 수행합니다.

public:
 void Rewind();
public void Rewind ();
member this.Rewind : unit -> unit
Public Sub Rewind ()

설명

반복기의 메서드를 NextSubpath 처음 호출하면 해당 반복기의 연결된 경로의 첫 번째 그림(하위 경로)을 가져옵니다. 두 번째로 두 번째 그림 등을 가져옵니다. 메서드를 Rewind 호출하면 시퀀스가 다시 시작됩니다. 즉, 호출 Rewind한 후 다음 호출은 NextSubpath 경로의 첫 번째 그림을 가져옵니다. 메서드와 NextPathType 메서드도 NextMarker 비슷하게 동작합니다.

적용 대상