Plot2dSetInvertOrientation Method |
http://www.emgu.com
Invert Orientation
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetInvertOrientation(
bool value
)
Public Sub SetInvertOrientation (
value As Boolean
)
public:
void SetInvertOrientation(
bool value
)
member SetInvertOrientation :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
The value
See Also