Skip to content

Latest commit

 

History

History
140 lines (104 loc) · 3.08 KB

nf-msinkaut-iinkrectangle-getrectangle.md

File metadata and controls

140 lines (104 loc) · 3.08 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.IInkRectangle.GetRectangle
IInkRectangle::GetRectangle (msinkaut.h)
Gets the elements of the InkRectangle object in a single call.
78efcd28-7095-49f7-b660-9744b1ccf93e
GetRectangle
GetRectangle method [Tablet PC]
GetRectangle method [Tablet PC]
IInkRectangle interface
IInkRectangle interface [Tablet PC]
GetRectangle method
IInkRectangle.GetRectangle
IInkRectangle::GetRectangle
msinkaut/IInkRectangle::GetRectangle
tablet.inkrectangle_getrectangle
tablet\inkrectangle_getrectangle.htm
tablet
78efcd28-7095-49f7-b660-9744b1ccf93e
12/05/2018
78efcd28-7095-49f7-b660-9744b1ccf93e, GetRectangle, GetRectangle method [Tablet PC], GetRectangle method [Tablet PC],IInkRectangle interface, IInkRectangle interface [Tablet PC],GetRectangle method, IInkRectangle.GetRectangle, IInkRectangle::GetRectangle, msinkaut/IInkRectangle::GetRectangle, tablet.inkrectangle_getrectangle
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkRectangle::GetRectangle
msinkaut/IInkRectangle::GetRectangle
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkRectangle.GetRectangle

IInkRectangle::GetRectangle

-description

Gets the elements of the InkRectangle object in a single call.

-parameters

-param Top [out]

The top of the rectangle.

-param Left [out]

The left edge of the rectangle.

-param Bottom [out]

The bottom of the rectangle.

-param Right [out]

The right edge of the rectangle.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
E_INK_EXCEPTION
An exception occurred inside the method.

-see-also

Bottom Property

IInkRectangle

InkRectangle Class

Left Property

Right Property

Top Property