Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies a translation to a transform.
Syntax
HRESULT Translate(
[in] float HorizontalComponent,
[in] float VerticalComponent
);
Parameters
[in] HorizontalComponent
The horizontal component of the translation.
[in] VerticalComponent
The vertical component of the translation.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
Unexpected parameter or property type. |
|
Invalid argument. |
|
An exception occurred inside the method. |
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 |