InkDrawingAttributes.PenTipTransform 屬性

定義

取得或設定套用至InkStroke所使用的PenTipShape的 affine 轉換矩陣。

public:
 property float3x2 PenTipTransform { float3x2 get(); void set(float3x2 value); };
float3x2 PenTipTransform();

void PenTipTransform(float3x2 value);
public Matrix3x2 PenTipTransform { get; set; }
var matrix3x2 = inkDrawingAttributes.penTipTransform;
inkDrawingAttributes.penTipTransform = matrix3x2;
Public Property PenTipTransform As Matrix3x2

屬性值

Matrix3x2 Matrix3x2

float3x2

2D 相依轉換矩陣。 預設值為識別矩陣。

備註

矩陣的 M31 和 M32 專案必須是零。

此屬性會根據 PenTipPenTipShape來啟用各種書法效果。

適用於

另請參閱