NativeMethodscvSetCaptureProperty Method (IntPtr, Int32, Double) OpenCvSharp Class Library

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

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

public static int cvSetCaptureProperty(
	IntPtr capture,
	int property_id,
	double value
)

Parameters

capture
Type: SystemIntPtr

[Missing <param name="capture"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetCaptureProperty(System.IntPtr,System.Int32,System.Double)"]

property_id
Type: SystemInt32

[Missing <param name="property_id"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetCaptureProperty(System.IntPtr,System.Int32,System.Double)"]

value
Type: SystemDouble

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvSetCaptureProperty(System.IntPtr,System.Int32,System.Double)"]

See Also

Reference