|
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; }
<BrowsableAttribute(false)>
<DefaultValueAttribute(Nothing)>
Public Property SynchronizingObject As ISynchronizeInvoke
Get
Set
Request Example
View SourceProperty Value
Type:
ISynchronizeInvokeThe
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