VisualizerControlShow Method (Frame) | 
 Show the point cloud contained in a frame
 
    Namespace: 
   Zivid.NET.Visualization
    Assembly:
   ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntaxpublic void Show(
	Frame frame
)
Public Sub Show ( 
	frame As Frame
)
public:
void Show(
	Frame^ frame
)
Parameters
- frame
 - Type: Zivid.NETFrame
A frame 
See Also