NativeMethodscvSet1D Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSet1D(System.IntPtr,System.Int32,OpenCvSharp.CvScalar)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvSet1D(
	IntPtr arr,
	int idx0,
	CvScalar value
)

Parameters

arr
Type: SystemIntPtr

[Missing <param name="arr"/> documentation for "M:OpenCvSharp.NativeMethods.cvSet1D(System.IntPtr,System.Int32,OpenCvSharp.CvScalar)"]

idx0
Type: SystemInt32

[Missing <param name="idx0"/> documentation for "M:OpenCvSharp.NativeMethods.cvSet1D(System.IntPtr,System.Int32,OpenCvSharp.CvScalar)"]

value
Type: OpenCvSharpCvScalar

[Missing <param name="value"/> documentation for "M:OpenCvSharp.NativeMethods.cvSet1D(System.IntPtr,System.Int32,OpenCvSharp.CvScalar)"]

See Also

Reference