Get and set the flip type

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public FLIP FlipType { get; set; }
Visual Basic (Declaration)
Public Property FlipType As FLIP
Visual C++
public:
property FLIP FlipType {
	FLIP get ();
	void set (FLIP value);
}

See Also