CoreIncrementalInkStroke.PointTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an affine transformation matrix to apply to the CoreIncrementalInkStroke object.
Both position and rotation are based on the top left corner of the stroke relative to the origin of the InkCanvas.
public:
property float3x2 PointTransform { float3x2 get(); };
float3x2 PointTransform();
public Matrix3x2 PointTransform { get; }
var matrix3x2 = coreIncrementalInkStroke.pointTransform;
Public ReadOnly Property PointTransform As Matrix3x2
Property Value
The position and angle of the stroke as a 3*2 floating point matrix.
The default position is the origin of the InkCanvas. The default rotation angle is 0 degrees.