| Frame2DShallowCopy Method  | 
 
Returns a shallow copy of the frame. The copy will share the image data with the original frame.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
 Syntax
Syntaxpublic Frame2D ShallowCopy()
Public Function ShallowCopy As Frame2D
public:
Frame2D^ ShallowCopy()
Return Value
Type: 
Frame2D Remarks
Remarks
To create a deep copy of the frame, use the 
Clone method instead.
The copy will not be disposed when the original frame is disposed. Both the original and the copy will
need to be disposed separately.
 See Also
See Also