March 2003
Intermediate to advanced
896 pages
32h 35m
English
GraphicsUnit
This enumeration determines the units used for a graphic measurement. The framework automatically provides translation between units to allow you to use the most convenient scheme for your particular application.
public enum GraphicsUnit { World = 0, Display = 1, Pixel = 2, Point = 3, Inch = 4, Document = 5, Millimeter = 6 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ GraphicsUnit
Font.Unit, Graphics.PageUnit
Font.Font(), Graphics.{BeginContainer(), DrawImage(),
EnumerateMetafile(),
PageUnit}, Image.GetBounds()
Read now
Unlock full access