Sdílet prostřednictvím


LatticeElement Constructor (LatticeColumn, Int32, Int32, Int32, String)

This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Sub New ( _
    column As LatticeColumn, _
    strokeCount As Integer, _
    score As Integer, _
    nextColumnIndex As Integer, _
    data As String _
)
'Usage
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 function LatticeElement(
    column : LatticeColumn, 
    strokeCount : int, 
    score : int, 
    nextColumnIndex : int, 
    data : String
)

Parameters

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

LatticeElement Class

LatticeElement Members

LatticeElement Overload

System.Windows.Ink.AnalysisCore Namespace