DeviceArrayNETFormatShallowCopy Method |
Return a shallow copy of the array sharing the underlying device memory
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<NETFormat> ShallowCopy()
Public Function ShallowCopy As DeviceArray(Of NETFormat)
public:
DeviceArray<NETFormat>^ ShallowCopy()
Return Value
Type:
DeviceArrayNETFormat
See Also