Click or drag to resize

NativeMethodscore_InputArray_getSz Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_InputArray_getSz(
	IntPtr ia,
	out Size returnValue
)

Parameters

ia
Type: SystemIntPtr

[Missing <param name="ia"/> documentation for "M:OpenCvSharp.NativeMethods.core_InputArray_getSz(System.IntPtr,OpenCvSharp.Size@)"]

returnValue
Type: OpenCvSharpSize

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_InputArray_getSz(System.IntPtr,OpenCvSharp.Size@)"]

Return Value

Type: ExceptionStatus

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

See Also