Click or drag to resize

VisualizerForm Class

A Windows Form with a VisualizerControl in it
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              Zivid.NET.Visualization.VisualizerForm

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

The VisualizerForm type exposes the following members.

Constructors
  NameDescription
Public methodVisualizerForm
Initializes a new instance of the VisualizerForm class
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
Public methodShowFullScreen
Show the form in fullscreen mode
Public methodShowMaximized
Show the form with maximized size
Top
See Also