Aurigma Graphics Mill 5.5 for .NET
SyncHandler..::.Priority Property
Gets/sets a priority for the auxilary thread.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Property Priority As ThreadPriority
C#
public virtual ThreadPriority Priority { get; set; }
Property Value
The priority for the auxilary thread.Implements
Remarks
The higher the priority, the faster the thread completes. But from the other hand, it consumes more resources, and that is why other threads are working slower.