Click or drag to resize

VisualizerControl Class

Windows forms user control for Zivid point clouds
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Zivid.NET.VisualizationVisualizerControl

Namespace:  Zivid.NET.Visualization
Assembly:  ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 0.0.0.0
Syntax
public class VisualizerControl : UserControl

The VisualizerControl type exposes the following members.

Constructors
  NameDescription
Public methodVisualizerControl
Create a new visualizer control for point clouds
Top
Properties
  NameDescription
Public propertyColorsEnabled
Enable or disable coloring of the points with their accompanying RGB colors
Public propertyMeshingEnabled
Enable or disable meshing
Top
Methods
  NameDescription
Public methodResetView
Reset the camera parameters such that the point cloud fits within the window
Public methodShow(Frame)
Show the point cloud contained in a frame
Public methodShow(PointCloud)
Show a point cloud
Top
See Also