IUIX_CmdItemBox::GetRect Method

From PDF XChange PDF SDK
Revision as of 08:05, 24 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Gets needed rectangle from the command item's box.

Syntax

HRESULT GetRect(               LONG   nRectIndex,
                [out, retval]  RECT*  stRect);

Parameters

nRectIndex
Value of LONG containing the rectangle type.
stRect
[out, retval] Pointer to RECT containing the resulting rectangle.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdItemBox