InkOverlaySelectionResizingEventArgs.InkOverlaySelectionResizingEventArgs Constructor
InkOverlaySelectionResizingEventArgs.InkOverlaySelectionResizingEventArgs Constructor |
Initializes a new instance of the InkOverlaySelectionResizingEventArgs class.
Definition
Visual Basic .NET Public Sub InkOverlaySelectionResizingEventArgs( _
ByVal newPixelRect As Rectangle _
)C# public InkOverlaySelectionResizingEventArgs(
Rectangle newPixelRect
);Managed C++ public: InkOverlaySelectionResizingEventArgs(
Rectangle *newPixelRect
);
Parameters
newPixelRect System.Drawing.Rectangle. 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.
See Also