업데이트: 2007년 11월
이 메서드는 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에서 지원