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 度。