Costruttore InkOverlaySelectionMovingEventArgs
Aggiornamento: novembre 2007
Inizializza una nuova istanza della classe InkOverlaySelectionMovingEventArgs.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
newPixelRect As Rectangle _
)
'Utilizzo
Dim newPixelRect As Rectangle
Dim instance As New InkOverlaySelectionMovingEventArgs(newPixelRect)
public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public:
InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public function InkOverlaySelectionMovingEventArgs(
newPixelRect : Rectangle
)
Parametri
- newPixelRect
Tipo: System.Drawing.Rectangle
Nuova posizione nella quale verrà spostato l'insieme Strokes selezionato.
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
InkOverlaySelectionMovingEventArgs Classe