CaptureFlipVertical Property |
http://www.emgu.com
Get or Set if the captured image should be flipped vertically
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool FlipVertical { get; set; }
Public Property FlipVertical As Boolean
Get
Set
public:
property bool FlipVertical {
bool get ();
void set (bool value);
}
member FlipVertical : bool with get, set
Property Value
Type:
Boolean
See Also