CoreIncrementalInkStroke(InkDrawingAttributes, Matrix3x2) Constructor
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.
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.
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.