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

IUnitConverter Interface

This interface is implemented with all classes which needs to convert spatial values between different measurement units (like inches, millimeters, points, etc).

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

Syntax

Visual Basic
Public Interface IUnitConverter
C#
public interface IUnitConverter

Remarks

Graphics Mill for .NET provides two partial implementations of this interface: UnitConverterObject and UnitConverterObject classes.

See Also

Reference