Get the size of the view area

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected internal Size GetViewSize()
Visual Basic (Declaration)
Protected Friend Function GetViewSize As Size
Visual C++
protected public:
Size GetViewSize()

Return Value

The size of the view area

See Also