Поделиться через


RecognizerGuide - конструктор

Обновлен: Ноябрь 2007

Initializes a new instance of the RecognizerGuide class.

Пространство имен:  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
    The number of rows in the guide box.
  • columns
    Тип: System.Int32
    The number of columns in the guide box.
  • midline
    Тип: System.Int32
    The midline height of the guide box. This value measures the distance from the baseline to the midline. The distance is measured in HIMETRIC units.
  • writingBox
    Тип: System.Drawing.Rectangle
    The invisible writing area of the guide box in which writing can actually take place. The writingBox parameter is in ink space coordinates.
  • drawnBox
    Тип: System.Drawing.Rectangle
    The box that is physically drawn on the tablet screen and in which writing takes place.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

RecognizerGuide Структура

RecognizerGuide - члены

Microsoft.Ink - пространство имен

RecognizerGuide.Columns

RecognizerGuide.DrawnBox

RecognizerGuide.Midline

RecognizerGuide.Rows

RecognizerGuide.WritingBox