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.
Gets the elements of the InkRectangle object in a single call.
Syntax
HRESULT GetRectangle(
[out] long *Top,
[out] long *Left,
[out] long *Bottom,
[out] long *Right
);
Parameters
[out] Top
The top of the rectangle.
[out] Left
The left edge of the rectangle.
[out] Bottom
The bottom of the rectangle.
[out] Right
The right edge of the rectangle.
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. |
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 |