VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsSynchronizationProvider Class
Constructors Properties Methods SeeAlso
In This Topic
WinFormsSynchronizationProvider Class Members
In This Topic
The following tables list the members exposed by WinFormsSynchronizationProvider.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WinFormsSynchronizationProvider class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
Public Methods
 NameDescription
Public MethodExecutes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public MethodExecutes a delegate on the thread that owns the control's underlying window handle.
See Also