NativeMethodscvSeqSlice Method OpenCvSharp Class Library

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

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

public static IntPtr cvSeqSlice(
	IntPtr seq,
	CvSlice slice,
	IntPtr storage,
	bool copy_data
)

Parameters

seq
Type: SystemIntPtr

[Missing <param name="seq"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSlice(System.IntPtr,OpenCvSharp.CvSlice,System.IntPtr,System.Boolean)"]

slice
Type: OpenCvSharpCvSlice

[Missing <param name="slice"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSlice(System.IntPtr,OpenCvSharp.CvSlice,System.IntPtr,System.Boolean)"]

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSlice(System.IntPtr,OpenCvSharp.CvSlice,System.IntPtr,System.Boolean)"]

copy_data
Type: SystemBoolean

[Missing <param name="copy_data"/> documentation for "M:OpenCvSharp.NativeMethods.cvSeqSlice(System.IntPtr,OpenCvSharp.CvSlice,System.IntPtr,System.Boolean)"]

Return Value

Type: IntPtr

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

See Also

Reference