CoreIncrementalInkStroke 类

定义

表示可使用单个 InkPoint 对象以增量方式呈现的 单个墨迹 笔划。

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
继承
Object Platform::Object IInspectable 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 对象追加到构成 CoreIncrementalInkStrokeInkPoint 对象的集合中。

CreateInkStroke()

创建新的墨迹笔划。

适用于