CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) Constructor

Definition

Initializes a new instance of the CoreIncrementalInkStroke class.

public:
 CoreIncrementalInkStroke(InkDrawingAttributes ^ drawingAttributes, float3x2 pointTransform);
 CoreIncrementalInkStroke(InkDrawingAttributes const& drawingAttributes, float3x2 const& pointTransform);
public CoreIncrementalInkStroke(InkDrawingAttributes drawingAttributes, Matrix3x2 pointTransform);
function CoreIncrementalInkStroke(drawingAttributes, pointTransform)
Public Sub New (drawingAttributes As InkDrawingAttributes, pointTransform As Matrix3x2)

Parameters

drawingAttributes
InkDrawingAttributes

The ink stroke attributes associated with the drawing of a CoreIncrementalInkStroke.

pointTransform
Matrix3x2 Matrix3x2

float3x2

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.

Applies to