CoreIncrementalInkStroke 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class CoreIncrementalInkStroke sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Input.Inking.Core.ICoreIncrementalInkStrokeFactory, 327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreIncrementalInkStroke final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Input.Inking.Core.ICoreIncrementalInkStrokeFactory), 327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreIncrementalInkStroke
Public NotInheritable Class CoreIncrementalInkStroke
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
构造函数
CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) |
初始化 CoreIncrementalInkStroke 类的新实例。 |
属性
BoundingRect |
获取 CoreIncrementalInkStroke 的边框。 |
DrawingAttributes |
获取与 CoreIncrementalInkStroke 的绘图关联的墨迹笔划属性。 |
PointTransform |
获取或设置要应用于 CoreIncrementalInkStroke 对象的仿射转换矩阵。 位置和旋转都基于笔划左上角相对于 InkCanvas 的原点。 |
方法
AppendInkPoints(IIterable<InkPoint>) |
将一个或多个 InkPoint 对象追加到构成 CoreIncrementalInkStroke 的 InkPoint 对象的集合中。 |
CreateInkStroke() |
创建新的墨迹笔划。 |