Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill..::.UnitConverterObject
L
Aurigma.GraphicsMill..::.Bitmap
L
Aurigma.GraphicsMill.Drawing..::.GdiGraphics
L
Aurigma.GraphicsMill.Drawing..::.Font
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.