Click or drag to resize

NativeMethodscore_Mat_copyTo_toMat1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_copyTo_toMat1(
	IntPtr self,
	IntPtr m
)

Parameters

self
Type: SystemIntPtr

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

m
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also