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 属性的值更改时发生。 |