업데이트: 2007년 11월
RecognizerGuide 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Sub New ( _
rows As Integer, _
columns As Integer, _
midline As Integer, _
writingBox As Rectangle, _
drawnBox As Rectangle _
)
‘사용 방법
Dim rows As Integer
Dim columns As Integer
Dim midline As Integer
Dim writingBox As Rectangle
Dim drawnBox As Rectangle
Dim instance As New RecognizerGuide(rows, columns, _
midline, writingBox, drawnBox)
public RecognizerGuide(
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public:
RecognizerGuide(
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public RecognizerGuide(
int rows,
int columns,
int midline,
Rectangle writingBox,
Rectangle drawnBox
)
public function RecognizerGuide(
rows : int,
columns : int,
midline : int,
writingBox : Rectangle,
drawnBox : Rectangle
)
매개 변수
- rows
형식: System.Int32
안내선 상자의 행 수입니다.
- columns
형식: System.Int32
안내선 상자의 열 수입니다.
- midline
형식: System.Int32
안내선 상자의 중간선 높이입니다. 이 값은 기준선에서 중간선까지의 거리를 측정합니다. 거리는 HIMETRIC 단위로 측정됩니다.
- writingBox
형식: System.Drawing.Rectangle
실제로 필기를 할 수 있는 안내선 상자의 보이지 않는 쓰기 영역입니다. writingBox 매개 변수는 잉크 공간 좌표에 있습니다.
- drawnBox
형식: System.Drawing.Rectangle
실제로 태블릿 화면에 그려지며 쓰기를 수행할 수 있는 상자입니다.
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원