Aurigma Graphics Mill 5.5 for .NET
UnitConverterHandler Class
This class contains partial implementation of IUnitConverter interface and used by all classes representing asynchronous operations.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public MustInherit Class UnitConverterHandler _ Inherits SyncHandler _ Implements IUnitConverter
C#
public abstract class UnitConverterHandler : SyncHandler, IUnitConverter
Remarks
Typically from this class derived such transforms that work with spatial units, e.g. that specify width, height, etc.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill..::.UnitConverterHandler
L
Aurigma.GraphicsMill.Transforms..::.BitmapTransform
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.