次の方法で共有


InkCollectorSystemGestureEventArgs コンストラクタ

InkCollectorSystemGestureEventArgs クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Ink
アセンブリ :  Microsoft.Ink (Microsoft.Ink.dll 内)

構文

'宣言
Public Sub New ( _
    cursor As Cursor, _
    id As SystemGesture, _
    pt As Point, _
    modifier As Integer, _
    c As Char, _
    mode As Integer _
)
'使用
Dim cursor As Cursor
Dim id As SystemGesture
Dim pt As Point
Dim modifier As Integer
Dim c As Char
Dim mode As Integer

Dim instance As New InkCollectorSystemGestureEventArgs(cursor, _
    id, pt, modifier, c, mode)
public InkCollectorSystemGestureEventArgs(
    Cursor cursor,
    SystemGesture id,
    Point pt,
    int modifier,
    char c,
    int mode
)
public:
InkCollectorSystemGestureEventArgs(
    Cursor^ cursor, 
    SystemGesture id, 
    Point pt, 
    int modifier, 
    wchar_t c, 
    int mode
)
public InkCollectorSystemGestureEventArgs(
    Cursor cursor,
    SystemGesture id,
    Point pt,
    int modifier,
    char c,
    int mode
)
public function InkCollectorSystemGestureEventArgs(
    cursor : Cursor, 
    id : SystemGesture, 
    pt : Point, 
    modifier : int, 
    c : char, 
    mode : int
)

パラメータ

  • mode
    型 : System.Int32
    Cursor オブジェクトがインク モードの場合は 1 に設定し、Cursor オブジェクトが消去モードの場合は 2 に設定します。

解説

Cursor 型の cursor は、ジェスチャを実行するために使用されるカーソルです。SystemGesture 型の ID は、ジェスチャの id です。pt は、ジェスチャの場所です。modifier は、ジェスチャの変換キー (control alt など) です。c は、ジェスチャに関連付けられている文字です。mode は、ジェスチャ中のカーソルのモードです。

プラットフォーム

Windows Vista

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

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

InkCollectorSystemGestureEventArgs クラス

InkCollectorSystemGestureEventArgs メンバ

Microsoft.Ink 名前空間

InkCollector.SystemGesture

Gesture.HotPoint