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 オブジェクトに適用するアフィン変換マトリックス。
位置と回転はどちらも、 InkCanvas の原点に対するストロークの左上隅に基づいています。