Strokes 클래스
업데이트: 2007년 11월
Stroke 개체의 컬렉션이 들어 있습니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Strokes _
Implements ICollection, IEnumerable, IDisposable
‘사용 방법
Dim instance As Strokes
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Strokes : ICollection, IEnumerable,
IDisposable
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Strokes : ICollection,
IEnumerable, IDisposable
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Strokes implements ICollection,
IEnumerable, IDisposable
public class Strokes implements ICollection, IEnumerable, IDisposable
설명
Strokes 컬렉션은 Ink 개체에 있는 스트로크의 일부입니다. Strokes 컬렉션의 예는 다음과 같습니다.
같은 커서로 그린 모든 스트로크
Ink 개체에서 단어에 해당하는 스트로크
알려진 영역과 교차하는 모든 스트로크
Strokes 컬렉션은 잉크 데이터에 대한 참조이며 실제 데이터가 아닙니다.
InkCreateStrokes() 메서드를 호출하거나 InkCustomStrokes() 속성의 Add() 메서드를 사용하여 새 Strokes 컬렉션을 만들 수 있습니다. Strokes 클래스에는 공용으로 액세스할 수 있는 생성자가 없습니다.
경고
메모리 누수를 방지하려면 컬렉션이 범위를 벗어나기 전에 이벤트 처리기가 연결되어 있는 모든 Strokes 컬렉션의 Dispose 메서드를 명시적으로 호출해야 합니다.
Strokes 컬렉션을 만든 후 이 컬렉션을 사용하여 스트로크의 해당 부분 집합에 대해 그리기, 측정, 삭제, 새 Ink 개체로 집합 추출 등의 다양한 작업을 지정할 수 있습니다.
상속 계층 구조
System.Object
Microsoft.Ink.Strokes
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원