A unit of measurement for graphic coordinates.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.GraphicsUnit
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Display The display device unit.
Document 1/300 inch.
Inch Inch.
Millimeter Millimeter.
Pixel The device pixel.
Point 1/72 inch.
World The world coordinate system unit.
Example

None.