InPlaceSizeChangeEventArgs, constructeur
Mise à jour : November 2007
Initialise une nouvelle instance de la classe InPlaceSizeChangeEventArgs.
Espace de noms : Microsoft.Ink.TextInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Sub New ( _
oldSize As Rectangle, _
newSize As Rectangle _
)
'Utilisation
Dim oldSize As Rectangle
Dim newSize As Rectangle
Dim instance As New InPlaceSizeChangeEventArgs(oldSize, _
newSize)
public InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public:
InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public function InPlaceSizeChangeEventArgs(
oldSize : Rectangle,
newSize : Rectangle
)
Paramètres
- oldSize
Type : System.Drawing.Rectangle
Taille actuelle.
- newSize
Type : System.Drawing.Rectangle
Taille que prend le Panneau de saisie.
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0
Voir aussi
Référence
InPlaceSizeChangeEventArgs, classe