Click or drag to resize
Accord.NET (logo)

PointBoxOnResize Method

Raises the Resize event.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
protected override void OnResize(
	EventArgs e
)
Request Example View Source

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data.
See Also