This class implements functionality of converting different space units of the measurement (e.g. inches, points, pixels, millimeters, etc) between each other.

Namespace: Aurigma.GraphicsMill
Assembly:   Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class UnitConverterObject _
	Inherits LockableObject _
	Implements IUnitConverter
C#
public abstract class UnitConverterObject : LockableObject, IUnitConverter
Visual C++
public ref class UnitConverterObject abstract : public LockableObject, IUnitConverter

Remarks

This class is abstract, so you cannot instantiate it. It is used in inheritance tree of such classes as Bitmap or GdiGraphics to provide support of different units in method parameters.

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