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 类