Get the size of the image

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 GetImageSize()
Visual Basic (Declaration)
Protected Friend Function GetImageSize As Size
Visual C++
protected public:
Size GetImageSize()

Return Value

The size of the image

See Also