ImageTColor, TDepthSize Property |
http://www.emgu.com
Get the size of the array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic override Size Size { get; }
Public Overrides ReadOnly Property Size As Size
Get
public:
virtual property Size Size {
Size get () override;
}
abstract Size : Size with get
override Size : Size with get
Property Value
Type:
SizeImplements
IImageSize
See Also