Data Property [InkRectangle Class] (Automation Only)
Data Property [InkRectangle Class] (Automation Only) |
Returns or sets access to the rectangle structure (C++ only).
Declaration
[C++]
[propput] HRESULT put_Data ([in] RECT Rect);
[propget] HRESULT get_Data ([out, retval] RECT* Rect);
Property Value
RECT Returns or sets access to the rectangle structure (C++ only).
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
E_POINTER | The parameter pointer was invalid. |
E_INK_EXCEPTION | An exception occurred inside the method. |