Get the size of the image

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

Syntax

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

Return Value

The size of the image

See Also