System.Windows.Ink 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供在 Windows Presentation Foundation (WPF) 平台上操作墨迹并与其交互的类。
类
DrawingAttributeIds |
包含一组用于标识 DrawingAttributes 类中的属性的 GUID。 |
DrawingAttributes |
指定 Stroke 的外观。 |
DrawingAttributesReplacedEventArgs |
为 DefaultDrawingAttributesReplaced 事件提供数据。 |
EllipseStylusShape |
表示一个椭圆形的触笔笔尖。 |
GestureRecognitionResult |
包含有关墨迹笔势的信息。 |
GestureRecognizer |
识别墨迹笔势。 |
IncrementalHitTester |
对 Stroke 动态执行命中测试。 |
IncrementalLassoHitTester |
通过套索对 Stroke 进行动态命中测试。 |
IncrementalStrokeHitTester |
使用橡皮擦路径动态地对笔画进行命中测试。 |
LassoSelectionChangedEventArgs |
为 SelectionChanged 事件提供数据。 |
PropertyDataChangedEventArgs |
为 |
RectangleStylusShape |
表示一个矩形的触笔笔尖。 |
Stroke |
表示单个笔划墨迹。 |
StrokeCollection |
表示 Stroke 对象集合。 |
StrokeCollectionChangedEventArgs |
为 StrokesChanged 事件提供数据。 |
StrokeHitEventArgs |
表示将用来处理 StrokeHit 的 IncrementalStrokeHitTester 事件的方法。 |
StylusPointsReplacedEventArgs |
为 StylusPointsReplaced 事件提供数据。 |
StylusShape |
表示触笔的笔尖。 |
枚举
ApplicationGesture |
指定可用的应用程序特定的 |
RecognitionConfidence |
指定 GestureRecognizer 确定特定墨迹笔势的置信度。 |
StylusTip |
指定用于绘制 Stroke 的笔尖。 |
委托
DrawingAttributesReplacedEventHandler |
表示处理 InkCanvas 的 DefaultDrawingAttributesReplaced 事件的方法。 |
LassoSelectionChangedEventHandler |
表示处理 IncrementalLassoHitTester 的 SelectionChanged 事件的方法。 |
PropertyDataChangedEventHandler |
表示 |
StrokeCollectionChangedEventHandler |
表示处理 StrokeCollection 的 StrokesChanged 事件的方法。 |
StrokeHitEventHandler |
表示将用来处理 StrokeHit 的 IncrementalStrokeHitTester 事件的方法。 |
StylusPointsReplacedEventHandler |
表示将用来处理 StylusPointsReplaced 的 Stroke 事件的方法。 |