InkOverlaySelectionResizedEventArgs.InkOverlaySelectionResizedEventArgs Constructor

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 Leave Site 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