CoreIncrementalInkStroke.PointTransform 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property float3x2 PointTransform { float3x2 get(); };
float3x2 PointTransform();
public Matrix3x2 PointTransform { get; }
var matrix3x2 = coreIncrementalInkStroke.pointTransform;
Public ReadOnly Property PointTransform As Matrix3x2
属性值
笔划作为 3*2 浮点矩阵的位置和角度。
默认位置是 InkCanvas 的原点。 默认旋转角度为 0 度。