IInkRenderer::Move method (msinkaut.h)
Applies a translation to the view transform in ink space coordinates.
Syntax
HRESULT Move(
[in] float HorizontalComponent,
[in] float VerticalComponent
);
Parameters
[in] HorizontalComponent
The amount in ink space coordinates to translate the view transform in the X dimension.
[in] VerticalComponent
The amount in ink space coordinates to translate the view transform in the Y dimension.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |