Get the size of the image

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

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