IInkRecognizerGuide::get_WritingBox method (msinkaut.h)

Gets or sets the invisible writing area of the recognition guide in which writing can actually take place.

This property is read/write.

Syntax

HRESULT get_WritingBox(
  IInkRectangle **Rectangle
);

Parameters

Rectangle

Return value

None

Remarks

The writing box provides a margin of error to users who write outside the drawn box-the lines that are physically drawn on the tablet screen within which users write. You can use the DrawnBox property to set the drawn box.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

DrawnBox Property

IInkRecognizerGuide

InkRecognizerGuide Class

InkRectangle Class