次の方法で共有


LatticeElement コンストラクタ (LatticeColumn, Int32, Int32, Int32, String)

このメソッドは、InkAnalyzer インフラストラクチャをサポートします。コードから直接使用するためのものではありません。

名前空間 :  System.Windows.Ink.AnalysisCore
アセンブリ :  IACore (IACore.dll 内)

構文

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

パラメータ

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

LatticeElement クラス

LatticeElement メンバ

LatticeElement オーバーロード

System.Windows.Ink.AnalysisCore 名前空間