RecognizerGuide Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
)
new :
rows:int *
columns:int *
midline:int *
writingBox:Rectangle *
drawnBox:Rectangle -> RecognizerGuide
Parameters
- rows
Type: System.Int32
- columns
Type: System.Int32
- midline
Type: System.Int32
- writingBox
Type: System.Drawing.Rectangle
- drawnBox
Type: System.Drawing.Rectangle
Platforms
Windows 7, Windows Vista, Windows XP SP2, 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