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

UnitConverterObject Class

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
Public MustInherit Class UnitConverterObject _
	Inherits LockableObject _
	Implements IUnitConverter
C#
public abstract class UnitConverterObject : 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

Reference