| ScalarItem Property |
[Missing <summary> documentation for "P:OpenCvSharp.Scalar.Item(System.Int32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double this[
int i
] { get; set; }
Public Default Property Item (
i As Integer
) As Double
Get
Set
public:
property double default[int i] {
double get (int i);
void set (int i, double value);
}
member Item : float with get, set
Parameters
- i
- Type: SystemInt32
Property Value
Type:
DoubleSee Also