IInkRenderer::GetObjectTransform method (msinkaut.h)
Gets the InkTransform object that represents the object transform that was used to render ink.
Syntax
HRESULT GetObjectTransform(
[in] IInkTransform *ObjectTransform
);
Parameters
[in] ObjectTransform
The InkTransform object that represents the geometric transformation - rotation, scaling, shear, and reflection - values to use to transform the stroke coordinates within the ink space.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
An exception occurred inside the method. |
Remarks
Any translations applied to this transform should be in ink space units (1 unit = .01mm).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |