InkDrawingAttributes.PenTipTransform 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定套用至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
屬性值
2D 相依轉換矩陣。 預設值為識別矩陣。
備註
矩陣的 M31 和 M32 專案必須是零。
此屬性會根據 PenTip 和 PenTipShape來啟用各種書法效果。