CoreIncrementalInkStroke.PointTransform Property

Definition

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

Matrix3x2 Matrix3x2

float3x2

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.

Applies to