IUIX_CmdItem::GetRect Method
From PDF XChange PDF SDK
Gets needed rectangle from the 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.