共用方式為


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 命名空間