InkCanvas.OnSelectionResized(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the SelectionResized event.
protected:
virtual void OnSelectionResized(EventArgs ^ e);
protected virtual void OnSelectionResized (EventArgs e);
abstract member OnSelectionResized : EventArgs -> unit
override this.OnSelectionResized : EventArgs -> unit
Protected Overridable Sub OnSelectionResized (e As EventArgs)
Parameters
The event data.
Remarks
This method is called after a selection of strokes and/or elements has been resized by the user and the change has been applied. Before the change is applied, the OnSelectionResizing method is called.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.