このメソッドは、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
)
パラメータ
- strokeCount
型 : System.Int32
- score
型 : System.Int32
- nextColumnIndex
型 : System.Int32
- data
型 : System.String
プラットフォーム
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0