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)
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