n-dimensional indexer
Namespace:
OpenCvSharp.CPlusPlus
Assembly:
OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
public override Rect this[
params int[] idx
] { get; set; }
Public Overrides Default Property Item (
ParamArray idx As Integer()
) As Rect
Get
Set
public:
virtual property Rect default[... array<int>^ idx] {
Rect get (... array<int>^ idx) override;
void set (... array<int>^ idx, Rect value) override;
}
abstract Item : Rect with get, set
override Item : Rect with get, set
Parameters
- idx
- Type: SystemInt32
Array of Mat::dims indices.
Return Value
Type:
RectA value to the specified array element.
Reference