ArrayAddress2TDim2Lengths Property
|
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int[] Dim2Lengths { get; }
Public ReadOnly Property Dim2Lengths As Integer()
Get
public:
property array<int>^ Dim2Lengths {
array<int>^ get ();
}
member Dim2Lengths : int[] with get
function get_Dim2Lengths();
Property Value
Type:
Int32
See Also