InkStrokeContainer.AddStrokes(IIterable<InkStroke>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InkStrokeContainer에서 관리하는 컬렉션에 하나 이상의 잉크 스트로크를 추가합니다.
InkStroke는 둘 이상의 InkStrokeContainer에 존재할 수 없습니다. Clone 메서드를 호출하여 다른 컨테이너에서 스트로크를 복제합니다.
public:
virtual void AddStrokes(IIterable<InkStroke ^> ^ strokes) = AddStrokes;
void AddStrokes(IIterable<InkStroke> const& strokes);
public void AddStrokes(IEnumerable<InkStroke> strokes);
function addStrokes(strokes)
Public Sub AddStrokes (strokes As IEnumerable(Of InkStroke))
매개 변수
- strokes
InkStroke 개체의 컬렉션으로 추가할 잉크 스트로크입니다. 각 스트로크는 Clone 메서드를 사용하거나 EndStroke 또는 ProcessPointerUp 호출을 통해 만들어야 합니다. 비어 있거나 기존 스트로크가 잘못되었습니다.