FileNodeIteratorMoveBack Method (Int32)
|
iterator -= ofs
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool MoveBack(
int ofs
)
Public Function MoveBack (
ofs As Integer
) As Boolean
public:
bool MoveBack(
int ofs
)
member MoveBack :
ofs : int -> bool
Parameters
- ofs
- Type: SystemInt32
Return Value
Type:
Boolean
See Also