RecognizerGuide.RecognizerGuide Constructor
Initializes a new instance of the RecognizerGuide class.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Syntax
'Declaration
Public Sub New ( _
rows As Integer, _
columns As Integer, _
midline As Integer, _
writingBox As Rectangle, _
drawnBox As Rectangle _
)
'Usage
Dim rows As Integer
Dim columns As Integer
Dim midline As Integer
Dim writingBox As Rectangle
Dim drawnBox As Rectangle
Dim instance As New RecognizerGuide(rows, columns, midline, writingBox, drawnBox)
public RecognizerGuide (
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public:
RecognizerGuide (
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public RecognizerGuide (
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public function RecognizerGuide (
rows : int,
columns : int,
midline : int,
writingBox : Rectangle,
drawnBox : Rectangle
)
Not applicable.
Parameters
- rows
The number of rows in the guide box.
- columns
The number of columns in the guide box.
- midline
The midline height of the guide box. This value measures the distance from the baseline to the midline. The distance is measured in HIMETRIC units.
- writingBox
The invisible writing area of the guide box in which writing can actually take place. The writingBox parameter is in ink space coordinates.
- drawnBox
The box that is physically drawn on the tablet screen and in which writing takes place.
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
RecognizerGuide Structure
RecognizerGuide Members
Microsoft.Ink Namespace
RecognizerGuide.Columns
RecognizerGuide.DrawnBox
RecognizerGuide.Midline
RecognizerGuide.Rows
RecognizerGuide.WritingBox