StructurePointerTSrcObj Property
|
Structure
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic T SrcObj { get; protected set; }
Public Property SrcObj As T
Get
Protected Set
public:
property T SrcObj {
T get ();
protected: void set (T value);
}
member SrcObj : 'T with get, set
function get_SrcObj();
function set_SrcObj(value);
Property Value
Type:
T
See Also