Freigeben über


InkEditStrokeEventArgs-Konstruktor

Initialisiert eine neue Instanz der InkEditStrokeEventArgs-Klasse.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Sub New ( _
    cursor As Cursor, _
    stroke As Stroke, _
    cancel As Boolean _
)
'Usage
Dim cursor As Cursor
Dim stroke As Stroke
Dim cancel As Boolean

Dim instance As New InkEditStrokeEventArgs(cursor, _
    stroke, cancel)
public InkEditStrokeEventArgs(
    Cursor cursor,
    Stroke stroke,
    bool cancel
)
public:
InkEditStrokeEventArgs(
    Cursor^ cursor, 
    Stroke^ stroke, 
    bool cancel
)
public InkEditStrokeEventArgs(
    Cursor cursor,
    Stroke stroke,
    boolean cancel
)
public function InkEditStrokeEventArgs(
    cursor : Cursor, 
    stroke : Stroke, 
    cancel : boolean
)

Parameter

  • cancel
    Typ: System.Boolean
    Wird auf true festgelegt, wenn die Auflistung des Stroke-Objekts abgebrochen werden soll, andernfalls auf false.

Plattformen

Windows Vista

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

InkEditStrokeEventArgs-Klasse

InkEditStrokeEventArgs-Member

Microsoft.Ink-Namespace

InkEdit.Stroke

Stroke