VideoCaptureFlipType Property |
http://www.emgu.com
Get and set the flip type
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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