共用方式為


CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) 建構函式

定義

初始化 CoreIncrementalInkStroke 類別的新實例。

public:
 CoreIncrementalInkStroke(InkDrawingAttributes ^ drawingAttributes, float3x2 pointTransform);
 CoreIncrementalInkStroke(InkDrawingAttributes const& drawingAttributes, float3x2 const& pointTransform);
public CoreIncrementalInkStroke(InkDrawingAttributes drawingAttributes, Matrix3x2 pointTransform);
function CoreIncrementalInkStroke(drawingAttributes, pointTransform)
Public Sub New (drawingAttributes As InkDrawingAttributes, pointTransform As Matrix3x2)

參數

drawingAttributes
InkDrawingAttributes

CoreIncrementalInkStroke繪圖相關聯的筆墨筆劃屬性。

pointTransform
Matrix3x2 Matrix3x2

float3x2

要套用至 CoreIncrementalInkStroke 物件的 affine 轉換矩陣。

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

適用於