共用方式為


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 物件的 affine 轉換矩陣。

位置和旋轉都是以筆劃的左上角為基礎,相對於 InkCanvas的原點。

方法

AppendInkPoints(IIterable<InkPoint>)

將一或多個InkPoint物件附加至撰寫CoreIncrementalInkStrokeInkPoint物件集合。

CreateInkStroke()

建立新的筆墨筆劃。

適用於