Click or drag to resize

NativeMethodscore_Mat_push_back_Rect2f Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_push_back_Rect2f(
	IntPtr self,
	Rect2f v
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Rect2f(System.IntPtr,OpenCvSharp.Rect2f)"]

v
Type: OpenCvSharpRect2f

[Missing <param name="v"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_push_back_Rect2f(System.IntPtr,OpenCvSharp.Rect2f)"]

Return Value

Type: ExceptionStatus

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

See Also