Costruttore InkOverlaySelectionChangingEventArgs
Aggiornamento: novembre 2007
Inizializza una nuova istanza della classe InkOverlaySelectionChangingEventArgs.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
newSelection As Strokes _
)
'Utilizzo
Dim newSelection As Strokes
Dim instance As New InkOverlaySelectionChangingEventArgs(newSelection)
public InkOverlaySelectionChangingEventArgs(
Strokes newSelection
)
public:
InkOverlaySelectionChangingEventArgs(
Strokes^ newSelection
)
public InkOverlaySelectionChangingEventArgs(
Strokes newSelection
)
public function InkOverlaySelectionChangingEventArgs(
newSelection : Strokes
)
Parametri
- newSelection
Tipo: Microsoft.Ink.Strokes
Insieme Strokes che diventerà la proprietà Selection dell'oggetto InkOverlay.
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0
Vedere anche
Riferimenti
InkOverlaySelectionChangingEventArgs Classe