InkDrawingAttributes.PenTipTransform 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用于用于 InkStroke 的 PenTipShape 的仿射转换矩阵。
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
属性值
二维仿射转换矩阵。 默认值为标识矩阵。
注解
矩阵的 M31 和 M32 条目必须为零。
此属性启用各种书法效果,具体取决于 PenTip 和 PenTipShape。