MatrixTDepthSize Property |
http://www.emgu.com
Get the size of the array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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:
Size
See Also