Compartir a través de


InkOverlaySelectionResizingEventArgs (Constructor)

Actualización: noviembre 2007

Inicializa una nueva instancia de la clase InkOverlaySelectionResizingEventArgs.

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

Sintaxis

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

Parámetros

Comentarios

Nota

El parámetro newPixelRect se especifica en coordenadas de ventana cliente, que permiten escenarios como mantener la relación de aspecto al cambiar el tamaño.

Plataformas

Windows Vista

.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

InkOverlaySelectionResizingEventArgs (Clase)

InkOverlaySelectionResizingEventArgs (Miembros)

Microsoft.Ink (Espacio de nombres)

InkOverlay.SelectionResizing