www.emgu.com/wiki
Inplace And operation with src2

Declaration Syntax
public void _And(
CvArray<TDepth> src2
)
Public Sub _And ( _
src2 As CvArray(Of TDepth) _
)
public:
void _And(
CvArray<TDepth>^ src2
)

Parameters
- src2 (CvArray<(Of <(TDepth>)>))
- The other array to perform And operation
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)