Height
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public int height { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property height As Integer |
| Visual C++ |
|---|
public:
property int height {
int get ();
} |
See Also