Class PointOverlay
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
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
Methods
Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
public override void Load(IServiceProvider provider)
Parameters
provider
IServiceProviderA 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
objectThe value to visualize.
Unload()
Unloads all type visualizer resources.
public override void Unload()