Stroke 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
단일 잉크 스트로크를 나타냅니다.
public ref class Stroke : System::ComponentModel::INotifyPropertyChanged
public class Stroke : System.ComponentModel.INotifyPropertyChanged
type Stroke = class
interface INotifyPropertyChanged
Public Class Stroke
Implements INotifyPropertyChanged
- 상속
-
Stroke
- 구현
설명
Stroke 는 태블릿 펜 이나 마우스 등의 포인팅 디바이스에서 수집 되는 데이터 개체입니다. 합니다 Stroke 만들고 프로그래밍 방식으로 조작할 수 있습니다 및 나타낼 수 있는 시각적으로 잉크 지원 요소에 대해 같은 InkCanvas합니다. Stroke 해당 위치와 모양에 대 한 정보를 포함 합니다. 합니다 StylusPoints 속성의 컬렉션인 StylusPoint 개체의 위치를 지정 하는 Stroke합니다. DrawingAttributes 속성은 스트로크의 모양을 지정 합니다.
생성자
Stroke(StylusPointCollection) |
Stroke 클래스의 새 인스턴스를 초기화합니다. |
Stroke(StylusPointCollection, DrawingAttributes) |
Stroke 클래스의 새 인스턴스를 초기화합니다. |
속성
DrawingAttributes |
DrawingAttributes 개체에 대한 Stroke를 가져오거나 설정합니다. |
StylusPoints |
Stroke의 스타일러스 지점을 반환합니다. |
메서드
이벤트
DrawingAttributesChanged |
DrawingAttributes 개체와 연결된 Stroke가 변경될 때 발생합니다. |
DrawingAttributesReplaced |
Stroke 개체의 그리기 특성이 바뀔 때 발생합니다. |
Invalidated |
Stroke의 모양이 변경될 때 발생합니다. |
PropertyDataChanged |
Stroke 개체의 사용자 지정 속성이 변경될 때 발생합니다. |
StylusPointsChanged |
StylusPoints 속성이 변경되면 발생합니다. |
StylusPointsReplaced |
StylusPoints 속성에 새 StylusPointCollection이 할당될 때 발생합니다. |
명시적 인터페이스 구현
INotifyPropertyChanged.PropertyChanged |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. Stroke 속성 값이 변경되면 발생합니다. |
적용 대상
추가 정보
.NET