InkCollectorSystemGestureEventArgs-Konstruktor
Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
cursor As Cursor, _
id As SystemGesture, _
pt As Point, _
modifier As Integer, _
c As Char, _
mode As Integer _
)
'Usage
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
)
new :
cursor:Cursor *
id:SystemGesture *
pt:Point *
modifier:int *
c:char *
mode:int -> InkCollectorSystemGestureEventArgs
Parameter
- cursor
Typ: Microsoft.Ink.Cursor
- id
Typ: Microsoft.Ink.SystemGesture
- pt
Typ: System.Drawing.Point
- modifier
Typ: System.Int32
- c
Typ: System.Char
- mode
Typ: System.Int32
Plattformen
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008
Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter .NET Framework System Requirements.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
InkCollectorSystemGestureEventArgs Klasse