Partager via


LatticeElement, constructeur (LatticeColumn, Int32, Int32, Int32, String)

Mise à jour : November 2007

Cette méthode prend en charge l'infrastructure InkAnalyzer et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

'Déclaration
Public Sub New ( _
    column As LatticeColumn, _
    strokeCount As Integer, _
    score As Integer, _
    nextColumnIndex As Integer, _
    data As String _
)
'Utilisation
Dim column As LatticeColumn
Dim strokeCount As Integer
Dim score As Integer
Dim nextColumnIndex As Integer
Dim data As String

Dim instance As New LatticeElement(column, _
    strokeCount, score, nextColumnIndex, _
    data)
public LatticeElement(
    LatticeColumn column,
    int strokeCount,
    int score,
    int nextColumnIndex,
    string data
)
public:
LatticeElement(
    LatticeColumn^ column, 
    int strokeCount, 
    int score, 
    int nextColumnIndex, 
    String^ data
)
public LatticeElement(
    LatticeColumn column,
    int strokeCount,
    int score,
    int nextColumnIndex,
    String data
)
public function LatticeElement(
    column : LatticeColumn, 
    strokeCount : int, 
    score : int, 
    nextColumnIndex : int, 
    data : String
)

Paramètres

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

LatticeElement, classe

Membres LatticeElement

LatticeElement, surcharge

System.Windows.Ink.AnalysisCore, espace de noms