Click or drag to resize

ScreenRecorderOnSpinningSelectionHandler Delegate

OnSpinningSelectionHandler

Namespace:  CSScreenRecorder
Assembly:  CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public delegate void OnSpinningSelectionHandler(
	ScreenRecorder m,
	bool Cancel,
	int Top,
	int Left,
	int Width,
	int Height
)

Parameters

m
Type: CSScreenRecorderScreenRecorder
Cancel
Type: SystemBoolean
Top
Type: SystemInt32
Left
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
See Also