Click or drag to resize

NativeMethodscore_Mat_push_back_short Method

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

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

Parameters

self
Type: SystemIntPtr

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

v
Type: SystemInt16

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

Return Value

Type: ExceptionStatus

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

See Also