CvClone Method (IntPtr) OpenCvSharp Class Library
Makes a clone of the object

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

public static IntPtr Clone(
	IntPtr structPtr
)

Parameters

structPtr
Type: SystemIntPtr
The object to clone.

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.Cv.Clone(System.IntPtr)"]

See Also

Reference