Costruttore InkOverlaySelectionResizingEventArgs
Aggiornamento: novembre 2007
Inizializza una nuova istanza della classe InkOverlaySelectionResizingEventArgs.
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 InkOverlaySelectionResizingEventArgs(newPixelRect)
public InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public:
InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
)
public function InkOverlaySelectionResizingEventArgs(
newPixelRect : Rectangle
)
Parametri
- newPixelRect
Tipo: System.Drawing.Rectangle
Dimensioni in base alle quali viene modificato l'insieme Strokes selezionato.
Note
Nota
Il parametro newPixelRect viene specificato nelle coordinate della finestra client che prevede scenari quali il mantenimento delle proporzioni durante un'operazione di ridimensionamento.
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
InkOverlaySelectionResizingEventArgs Classe