Click or drag to resize
PanAndZoomPictureBoxDrawReversibleRectangle Method
http://www.emgu.com
Draw a reversible rectangle on the control.

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void DrawReversibleRectangle(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
The rectangle using the control's coordinate system
See Also