This documentation is for the old version. Go to the latest Graphics Mill docs

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

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also

Reference