Compartir a través de


InkOverlaySelectionResizingEventArgs.InkOverlaySelectionResizingEventArgs Constructor

Initializes a new instance of the InkOverlaySelectionResizingEventArgs class.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Sub New ( _
    newPixelRect As Rectangle _
)
'Usage
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
)
Not applicable.

Parameters

  • newPixelRect
    The size to which the selected Strokes collection will change.

Remarks

Note

The newPixelRect parameter is specified in client window coordinates, which allows for scenarios such as maintaining the aspect ratio when resizing.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkOverlaySelectionResizingEventArgs Class
InkOverlaySelectionResizingEventArgs Members
Microsoft.Ink Namespace
InkOverlay.SelectionResizing