Skip to content

Latest commit

 

History

History
129 lines (96 loc) · 3.13 KB

nf-msinkaut-iinktransform-settransform.md

File metadata and controls

129 lines (96 loc) · 3.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msinkaut.IInkTransform.SetTransform
IInkTransform::SetTransform (msinkaut.h)
Modifies the InkTransform member data.
5b734703-4117-4668-b881-4ba4e1c65189
IInkTransform interface [Tablet PC]
SetTransform method
IInkTransform.SetTransform
IInkTransform::SetTransform
SetTransform
SetTransform method [Tablet PC]
SetTransform method [Tablet PC]
IInkTransform interface
msinkaut/IInkTransform::SetTransform
tablet.inktransform_settransform
tablet\inktransform_settransform.htm
tablet
5b734703-4117-4668-b881-4ba4e1c65189
12/05/2018
5b734703-4117-4668-b881-4ba4e1c65189, IInkTransform interface [Tablet PC],SetTransform method, IInkTransform.SetTransform, IInkTransform::SetTransform, SetTransform, SetTransform method [Tablet PC], SetTransform method [Tablet PC],IInkTransform interface, msinkaut/IInkTransform::SetTransform, tablet.inktransform_settransform
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkTransform::SetTransform
msinkaut/IInkTransform::SetTransform
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkTransform.SetTransform

IInkTransform::SetTransform

-description

Modifies the InkTransform member data.

An InkTransform object represents a 3×3 matrix that, in turn, represents an affine transformation. The object stores only six of the nine numbers in a 3×3 matrix because all 3×3 matrices that represent affine transformations have the same third column (0, 0, 1).

-parameters

-param eM11 [in]

The element in the first row, first column.

-param eM12 [in]

The element in the first row, second column.

-param eM21 [in]

The element in the second row, first column.

-param eM22 [in]

The element in the second row, second column.

-param eDx [in]

The element in the third row, first column.

-param eDy [in]

The element in the third row, second column.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_INK_EXCEPTION
An exception occurred inside the method.

-see-also

GetTransform Method

IInkTransform

InkTransform Class