Home > Net >  Six of GraphicsUnit enumeration values are used under what circumstances?
Six of GraphicsUnit enumeration values are used under what circumstances?

Time:02-26

//
//abstract:
//Specifies the unit of measure for the given data.
Public enum GraphicsUnit
{
The Display=1,
Pixel=2,
Point=3,
Inch=4,
The Document=5,
Millimeter=6
}
  •  Tags:  
  • C#
  • Related