NativeMethodscvGetCaptureProperty Method (IntPtr, Int32) OpenCvSharp Class Library

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

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

public static double cvGetCaptureProperty(
	IntPtr capture,
	int property_id
)

Parameters

capture
Type: SystemIntPtr

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

property_id
Type: SystemInt32

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

Return Value

Type: Double

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

See Also

Reference