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 function InkCollectorSystemGestureEventArgs(
cursor : Cursor,
id : SystemGesture,
pt : Point,
modifier : int,
c : char,
mode : int
)
new :
cursor:Cursor *
id:SystemGesture *
pt:Point *
modifier:int *
c:char *
mode:int -> InkCollectorSystemGestureEventArgs
パラメーター
- cursor
型 : Microsoft.Ink.Cursor
- id
型 : Microsoft.Ink.SystemGesture
- pt
型 : System.Drawing.Point
- modifier
型 : System.Int32
- c
型 : System.Char
- mode
型 : System.Int32
プラットフォーム
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InkCollectorSystemGestureEventArgs クラス