GuideData Property (Automation Only)
GuideData Property (Automation Only) |
Gets or sets the InkRecoGuide structure that represents the boundaries of the ink to the recognizer.
Declaration
[C++]
[propput] HRESULT put_GuideData ([in] InkRecoGuide rhs);
[propget] HRESULT get_GuideData ([out, retval] InkRecoGuide* GuideData);
Property Value
InkRecoGuide Returns or sets an InkRecoGuide structure that represents the area that the recognizer uses in which ink can be drawn.
This property is read/write.
Return Value
HRESULT value | Description |
---|---|
S_OK | Success. |
E_POINTER | The context is invalid or the parameter is an invalid pointer. |
E_INK_EXCEPTION | An exception occurred inside the method. |