次の方法で共有


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 function RecognizerGuide(
    rows : int, 
    columns : int, 
    midline : int, 
    writingBox : Rectangle, 
    drawnBox : Rectangle
)
new : 
        rows:int * 
        columns:int * 
        midline:int * 
        writingBox:Rectangle * 
        drawnBox:Rectangle -> RecognizerGuide

パラメーター

プラットフォーム

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

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

RecognizerGuide 構造体

RecognizerGuide メンバー

Microsoft.Ink 名前空間