GraphicsUnit
Specifies the unit of measure for the given data.
namespace System.Drawing
{
public enum GraphicsUnit
{
World,
Display,
Pixel,
Point,
Inch,
Document,
Millimeter
}
}