Partager via


InkRecognizerGuideBase, constructeur

Mise à jour : November 2007

Crée une instance de la classe InkRecognizerGuideBase.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    rows As Integer, _
    columns As Integer, _
    midline As Integer, _
    writingBoxLeft As Integer, _
    writingBoxTop As Integer, _
    writingBoxRight As Integer, _
    writingBoxBottom As Integer, _
    drawnBoxLeft As Integer, _
    drawnBoxTop As Integer, _
    drawnBoxRight As Integer, _
    drawnBoxBottom As Integer _
)
'Utilisation
Dim rows As Integer
Dim columns As Integer
Dim midline As Integer
Dim writingBoxLeft As Integer
Dim writingBoxTop As Integer
Dim writingBoxRight As Integer
Dim writingBoxBottom As Integer
Dim drawnBoxLeft As Integer
Dim drawnBoxTop As Integer
Dim drawnBoxRight As Integer
Dim drawnBoxBottom As Integer

Dim instance As New InkRecognizerGuideBase(rows, columns, _
    midline, writingBoxLeft, writingBoxTop, _
    writingBoxRight, writingBoxBottom, _
    drawnBoxLeft, drawnBoxTop, drawnBoxRight, _
    drawnBoxBottom)
public InkRecognizerGuideBase(
    int rows,
    int columns,
    int midline,
    int writingBoxLeft,
    int writingBoxTop,
    int writingBoxRight,
    int writingBoxBottom,
    int drawnBoxLeft,
    int drawnBoxTop,
    int drawnBoxRight,
    int drawnBoxBottom
)
public:
InkRecognizerGuideBase(
    int rows, 
    int columns, 
    int midline, 
    int writingBoxLeft, 
    int writingBoxTop, 
    int writingBoxRight, 
    int writingBoxBottom, 
    int drawnBoxLeft, 
    int drawnBoxTop, 
    int drawnBoxRight, 
    int drawnBoxBottom
)
public InkRecognizerGuideBase(
    int rows,
    int columns,
    int midline,
    int writingBoxLeft,
    int writingBoxTop,
    int writingBoxRight,
    int writingBoxBottom,
    int drawnBoxLeft,
    int drawnBoxTop,
    int drawnBoxRight,
    int drawnBoxBottom
)
public function InkRecognizerGuideBase(
    rows : int, 
    columns : int, 
    midline : int, 
    writingBoxLeft : int, 
    writingBoxTop : int, 
    writingBoxRight : int, 
    writingBoxBottom : int, 
    drawnBoxLeft : int, 
    drawnBoxTop : int, 
    drawnBoxRight : int, 
    drawnBoxBottom : int
)

Paramètres

  • rows
    Type : System.Int32
    Nombre de lignes dans la zone de repère.
  • columns
    Type : System.Int32
    Nombre de colonnes dans la zone de repère.
  • midline
    Type : System.Int32
    Valeur de la hauteur de ligne médiane de la zone de dessin.
  • writingBoxLeft
    Type : System.Int32
    Valeur de gauche de la zone d'écriture invisible de la zone de repère dans laquelle écrire.
  • writingBoxTop
    Type : System.Int32
    Valeur supérieure de la zone d'écriture invisible de la zone de repère dans laquelle écrire.
  • writingBoxRight
    Type : System.Int32
    Valeur de droite de la zone d'écriture invisible de la zone de repère dans laquelle écrire.
  • writingBoxBottom
    Type : System.Int32
    Valeur supérieure du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.
  • drawnBoxLeft
    Type : System.Int32
    Valeur de gauche du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.
  • drawnBoxTop
    Type : System.Int32
    Valeur supérieure du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.
  • drawnBoxRight
    Type : System.Int32
    Valeur de droite du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.
  • drawnBoxBottom
    Type : System.Int32
    Valeur inférieure du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.

Exemples

L'exemple suivant présente la création d'un objet InkRecognizerGuideBase.

' Create new InkRecognizerGuideBase
Dim myInkRecognizerGuideBase As InkRecognizerGuideBase = _
    New InkRecognizerGuideBase( _
        ROWS, _
        COLUMNS, _
        MIDLINE, _
        WRITING_BOX_LEFT, _
        WRITING_BOX_TOP, _
        WRITING_BOX_RIGHT, _
        WRITING_BOX_BOTTOM, _
        DRAWN_BOX_LEFT, _
        DRAWN_BOX_TOP, _
        DRAWN_BOX_RIGHT, _
        DRAWN_BOX_BOTTOM)
// Create new InkRecognizerGuideBase
InkRecognizerGuideBase myInkRecognizerGuideBase = 
    new InkRecognizerGuideBase(
    ROWS,
    COLUMNS,
    MIDLINE,
    WRITING_BOX_LEFT,
    WRITING_BOX_TOP,
    WRITING_BOX_RIGHT,
    WRITING_BOX_BOTTOM,
    DRAWN_BOX_LEFT,
    DRAWN_BOX_TOP,
    DRAWN_BOX_RIGHT,
    DRAWN_BOX_BOTTOM);

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

InkRecognizerGuideBase, classe

Membres InkRecognizerGuideBase

System.Windows.Ink.AnalysisCore, espace de noms