Compartir a través de


InPlaceSizeChangeEventArgs (Constructor)

Actualización: noviembre 2007

Inicializa una nueva instancia de la clase InPlaceSizeChangeEventArgs.

Espacio de nombres:  Microsoft.Ink.TextInput
Ensamblado:  Microsoft.Ink (en Microsoft.Ink.dll)

Sintaxis

'Declaración
Public Sub New ( _
    oldSize As Rectangle, _
    newSize As Rectangle _
)
'Uso
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
)

Parámetros

Plataformas

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Información de versión

.NET Framework

Compatible con: 3.0

Vea también

Referencia

InPlaceSizeChangeEventArgs (Clase)

InPlaceSizeChangeEventArgs (Miembros)

Microsoft.Ink.TextInput (Espacio de nombres)