InkPicture.SelectionResizing event
Occurs when the size of the current selection is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property.
Syntax
void SelectionResizing(
[in] IInkRectangle *CurSelectionRect
);
Parameters
-
CurSelectionRect [in]
-
The bounding rectangle of the selection after the SelectionResizing event.
Note
This rectangle is specified in client window coordinates, which allows for scenarios such as maintaining the aspect ratio when resizing.
Return value
This event does not return a value.
Remarks
This event method is defined in the _IInkOverlayEvents and _IInkPictureEvents dispatch-only interfaces (dispinterfaces) with an ID of DISPID_IOESelectionResizing.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
|
Library |
|