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
)
參數
- cursor
型別:Microsoft.Ink.Cursor
用來建立 Stroke 物件的 Cursor。
- id
型別:Microsoft.Ink.SystemGesture
對應於「系統筆勢」之 SystemGesture 列舉型別的值。
- pt
型別:System.Drawing.Point
系統筆勢作用點的位置。
- modifier
型別:System.Int32
保留。
- c
型別:System.Char
保留。
- 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 類別