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: 4.1.0.3408 (4.1.0.3408)
Syntax
public void DrawReversibleRectangle(
	Rectangle rect
)

Parameters

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