InkPresenter.StrokeContainer 속성

정의

InkPresenter에서 렌더링한 InkStroke 개체의 컬렉션을 저장하고 관리할 InkStrokeContainer 개체를 가져오거나 설정합니다.

스트로크 컨테이너의 잉크 스트로크를 수정하면 InkPresenter와 연결된 그리기 표면에 즉시 렌더링됩니다.

public:
 property InkStrokeContainer ^ StrokeContainer { InkStrokeContainer ^ get(); void set(InkStrokeContainer ^ value); };
InkStrokeContainer StrokeContainer();

void StrokeContainer(InkStrokeContainer value);
public InkStrokeContainer StrokeContainer { get; set; }
var inkStrokeContainer = inkPresenter.strokeContainer;
inkPresenter.strokeContainer = inkStrokeContainer;
Public Property StrokeContainer As InkStrokeContainer

속성 값

하나 이상의 InkStroke 개체를 저장하고 관리합니다.

사용자 지정 건식 모드(ActivateCustomDrying)를 사용하도록 설정하면 StrokeContainer가 null입니다.

설명

StrokesCollected 이벤트는 UI 스레드에서 잉크 스트로크가 처리될 때 발생합니다("젖은"에서 "건조").

잉크 인식의 경우 InkRecognizerContainer 개체를 사용합니다.

적용 대상

추가 정보