CaptureFlipVertical Property |
http://www.emgu.com
Get or Set if the captured image should be flipped vertically
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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