| PanAndZoomPictureBoxDrawReversibleRectangle Method |
http://www.emgu.com
Draw a reversible rectangle on the control.
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void DrawReversibleRectangle(
Rectangle rect
)
Public Sub DrawReversibleRectangle (
rect As Rectangle
)
public:
void DrawReversibleRectangle(
Rectangle rect
)
member DrawReversibleRectangle :
rect : Rectangle -> unit
Parameters
- rect
- Type: System.DrawingRectangle
The rectangle using the control's coordinate system
See Also