Share via


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 function RecognizerGuide(
    rows : int, 
    columns : int, 
    midline : int, 
    writingBox : Rectangle, 
    drawnBox : Rectangle
)

Parameters

  • rows
    Type: System.Int32

    The number of rows in the guide box.

  • columns
    Type: System.Int32

    The number of columns in the guide box.

  • midline
    Type: System.Int32

    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
    Type: System.Drawing.Rectangle

    The invisible writing area of the guide box in which writing can actually take place. The writingBox parameter is in ink space coordinates.

  • drawnBox
    Type: System.Drawing.Rectangle

    The box that is physically drawn on the tablet screen and in which writing takes place.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

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