The width of this capture
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public int Width { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Width As Integer |
| Visual C++ |
|---|
public:
property int Width {
int get ();
} |
See Also