| MatIndexerTSteps Property |
Step byte length for each dimension
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected IReadOnlyList<long> Steps { get; }
Protected ReadOnly Property Steps As IReadOnlyList(Of Long)
Get
protected:
property IReadOnlyList<long long>^ Steps {
IReadOnlyList<long long>^ get ();
}
member Steps : IReadOnlyList<int64> with get
Property Value
Type:
IReadOnlyListInt64See Also