Returns a clone of the frame. The clone will include a copy of all of the frame data.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
SyntaxPublic Function Clone As Frame2D
Return Value
Type:
Frame2D
Remarks
To create a shallow copy of the frame, use the
ShallowCopy method instead.
This function incurs a performance cost due to the copying of the data. When performance is
important we recommend to avoid using this method, and instead modify the existing frame.
See Also