NativeMethodsvector_Point2f_new3 Method OpenCvSharp Class Library

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

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

public static IntPtr vector_Point2f_new3(
	Point2f[] data,
	IntPtr dataLength
)

Parameters

data
Type: OpenCvSharp.CPlusPlusPoint2f

[Missing <param name="data"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.vector_Point2f_new3(OpenCvSharp.CPlusPlus.Point2f[],System.IntPtr)"]

dataLength
Type: SystemIntPtr

[Missing <param name="dataLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.vector_Point2f_new3(OpenCvSharp.CPlusPlus.Point2f[],System.IntPtr)"]

Return Value

Type: IntPtr

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

See Also

Reference