StructurePointerTSize Property 
             | 
          
        
         
            Size of allocated memory
            
 
    Namespace: 
   OpenCvSharp.Util
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int Size { get; protected set; }Public Property Size As Integer
	Get
	Protected Set
public:
property int Size {
	int get ();
	protected: void set (int value);
}member Size : int with get, set
function get_Size();
function set_Size(value);
Property Value
Type: 
Int32
See Also