Unit 列挙 (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 mm であることを指定します。 |
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
Header | gdiplusenums.h (Gdiplus.h を含む) |