Share via


RecognizerGuide.RecognizerGuide Constructor

RecognizerGuide.RecognizerGuide Constructor

Creates a RecognizerGuide object.

Definition

Visual Basic .NET Public Sub RecognizerGuide( _
ByVal rows As Integer, _
ByVal columns As Integer, _
ByVal midline As Integer, _
ByVal writingBox As Rectangle, _
ByVal drawnBox As Rectangle _
)
C# public RecognizerGuide(
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
);
Managed C++ public: RecognizerGuide(
int *rows,
int *columns,
int *midline,
Rectangle *writingBox,
Rectangle *drawnBox
);

Parameters

rows System.Int32. [in] The number of rows in the guide box.
columns System.Int32. [in] The number of columns in the guide box.
midline System.Int32. [in] The midline height, or distance from the baseline to the midline, of the guide box. The distance is measured in ink space units.
writingBox System.Drawing.Rectangle. [in] The invisible writing area of the guide box in which writing can actually take place. The writing box is specified by using ink space coordinates.
drawnBox System.Drawing.Rectangle. [in] The box that is physically drawn on the tablet's screen and in which writing takes place.