Table of Contents

Class PointOverlay

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Provides a type visualizer that overlays a sequence of points over an existing image visualizer.

public class PointOverlay : DialogTypeVisualizer
Inheritance
PointOverlay
Inherited Members

Properties

Capacity

Gets or sets a value specifying how many previous points to include in the point sequence.

public int Capacity { get; set; }

Property Value

int

Tracking

Gets or sets a value specifying the tracking mode used to overlay the point sequence on the image visualizer.

public TrackingMode Tracking { get; set; }

Property Value

TrackingMode

Methods

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

public override void Load(IServiceProvider provider)

Parameters

provider IServiceProvider

A service provider object which can be used to obtain visualization, runtime inspection, or other editing services.

Show(object)

Updates the type visualizer to display the specified value object.

public override void Show(object value)

Parameters

value object

The value to visualize.

Unload()

Unloads all type visualizer resources.

public override void Unload()