Condividi tramite


Costruttore LatticeElement (LatticeColumn, Int32, Int32, Int32, String)

Aggiornamento: novembre 2007

Questo metodo supporta l'infrastruttura di InkAnalyzer e non può essere utilizzato direttamente dal codice.

Spazio dei nomi:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    column As LatticeColumn, _
    strokeCount As Integer, _
    score As Integer, _
    nextColumnIndex As Integer, _
    data As String _
)
'Utilizzo
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
)

Parametri

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

LatticeElement Classe

Membri LatticeElement

Overload LatticeElement

Spazio dei nomi System.Windows.Ink.AnalysisCore