CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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繪圖相關聯的筆墨筆劃屬性。
要套用至 CoreIncrementalInkStroke 物件的 affine 轉換矩陣。
位置和旋轉都是以筆劃的左上角為基礎,相對於 InkCanvas的原點。