单元枚举 (gdiplusenums.h)
Unit 枚举指定给定数据类型的度量单位。
语法
typedef enum Unit {
UnitWorld,
UnitDisplay,
UnitPixel = UnitPixel,
UnitPoint = UnitPoint,
UnitInch = UnitInch,
UnitDocument,
UnitMillimeter
} ;
常量
UnitWorld 指定世界坐标,一个非物理单位。 |
UnitDisplay 指定显示单位。 例如,如果显示设备是监视器,则单位为 1 像素。 |
UnitPixel 值: UnitPixel 指定单位为 1 像素。 |
UnitPoint 值: UnitPoint 指定单位为 1 磅或 1/72 英寸。 |
UnitInch 值: UnitInch 指定单位为 1 英寸。 |
UnitDocument 指定单位为 1/300 英寸。 |
UnitMillimeter 指定单位为 1 毫米。 |
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
标头 | gdiplusenums.h (包括 Gdiplus.h) |