Skip to content

Latest commit

 

History

History
113 lines (90 loc) · 2.98 KB

nf-msinkaut-iinktransform-rotate.md

File metadata and controls

113 lines (90 loc) · 2.98 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.Rotate
IInkTransform::Rotate (msinkaut.h)
Changes the amount, measured in degrees, to change the rotation factor of the InkTransform object and optionally the center point of the rotation.
17d7e4b0-ccde-4ad9-9bdc-0f6a72ee762e
IInkTransform interface [Tablet PC]
Rotate method
IInkTransform.Rotate
IInkTransform::Rotate
Rotate
Rotate method [Tablet PC]
Rotate method [Tablet PC]
IInkTransform interface
msinkaut/IInkTransform::Rotate
tablet.inktransform_rotate
tablet\inktransform_rotate.htm
tablet
17d7e4b0-ccde-4ad9-9bdc-0f6a72ee762e
12/05/2018
17d7e4b0-ccde-4ad9-9bdc-0f6a72ee762e, IInkTransform interface [Tablet PC],Rotate method, IInkTransform.Rotate, IInkTransform::Rotate, Rotate, Rotate method [Tablet PC], Rotate method [Tablet PC],IInkTransform interface, msinkaut/IInkTransform::Rotate, tablet.inktransform_rotate
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkTransform::Rotate
msinkaut/IInkTransform::Rotate
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkTransform.Rotate

IInkTransform::Rotate

-description

Changes the amount, measured in degrees, to change the rotation factor of the InkTransform object and optionally the center point of the rotation.

-parameters

-param Degrees [in]

The degrees by which to rotate clockwise. Without the optional x and y arguments, rotation takes place around the origin point, which by default is the upper left corner of the ink collection area to which the transform is applied.

-param x [in, optional]

Optional. The x-coordinate of the point in ink space coordinates around which rotation occurs. The default value is 0.

-param y [in, optional]

Optional. The y-coordinate of the point in ink space coordinates around which rotation occurs. The default value is 0.

-returns

This method can return one of these values.

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

-remarks

The center point defaults to the origin.

-see-also

IInkTransform

InkTransform Class