InkStroke.PointTransform Property

Definition

Gets or sets an affine transformation matrix to apply to the InkStroke object.

public:
 property float3x2 PointTransform { float3x2 get(); void set(float3x2 value); };
float3x2 PointTransform();

void PointTransform(float3x2 value);
public Matrix3x2 PointTransform { get; set; }
var matrix3x2 = inkStroke.pointTransform;
inkStroke.pointTransform = matrix3x2;
Public Property PointTransform As Matrix3x2

Property Value

Matrix3x2 Matrix3x2

float3x2

The 2-D transformation matrix.

Applies to

See also