Click or drag to resize
Accord.NET (logo)

HeadControllerSynchronizingObject Property

Gets or sets the object used to marshal event-handler calls that are issued when the head object position has been updated.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
[DefaultValueAttribute(null)]
public ISynchronizeInvoke SynchronizingObject { get; set; }
Request Example View Source

Property Value

Type: ISynchronizeInvoke
The ISynchronizeInvoke representing the object used to marshal the event-handler calls that are issued when the head position has been updated. The default is null.
See Also