VideoCaptureFlipType Property |
http://www.emgu.com
Get and set the flip type
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic FlipType FlipType { get; set; }
Public Property FlipType As FlipType
Get
Set
public:
property FlipType FlipType {
FlipType get ();
void set (FlipType value);
}
member FlipType : FlipType with get, set
Property Value
Type:
FlipType
See Also