Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
InkOverlaySelectionResizedEventArgs.InkOverlaySelectionResizedEventArgs Constructor |
Initializes a new instance of the InkOverlaySelectionResizedEventArgs class.
Definition
Visual Basic .NET Public Sub InkOverlaySelectionResizedEventArgs( _
ByVal oldSelectionBoundingRect As Rectangle _
)C# public InkOverlaySelectionResizedEventArgs(
Rectangle oldSelectionBoundingRect
);Managed C++ public: InkOverlaySelectionResizedEventArgs(
Rectangle *oldSelectionBoundingRect
);
Parameters
oldSelectionBoundingRect System.Drawing.Rectangle. The original bounding Rectangle of the selected Strokes collection, before the resize operation.
Remarks
Note: The oldSelectionBoundingRect parameter is specified in ink space coordinates, which allows for undo scenarios.
See Also