다음을 통해 공유


InkStrokeBuilder.EndStroke(PointerPoint) 메서드

정의

잉크 스트로크 빌드를 중지합니다.

참고

EndStroke는 InkPresenter에서 지원되지 않습니다. CreateStrokeFromInkPointsSetDefaultDrawingAttributes를 사용하여 InkPresenter에 대한 스트로크를 프로그래밍 방식으로 빌드합니다.

public:
 virtual InkStroke ^ EndStroke(PointerPoint ^ pointerPoint) = EndStroke;
InkStroke EndStroke(PointerPoint const& pointerPoint);
public InkStroke EndStroke(PointerPoint pointerPoint);
function endStroke(pointerPoint)
Public Function EndStroke (pointerPoint As PointerPoint) As InkStroke

매개 변수

pointerPoint
PointerPoint

스트로크의 마지막 점입니다.

반환

포인트에서 빌드된 스트로크입니다.

적용 대상

추가 정보