WarpMode 列挙 (gdiplusenums.h)
WarpMode 列挙は、イメージの変換に使用できるワープ モードを指定します。
構文
typedef enum WarpMode {
WarpModePerspective,
WarpModeBilinear
} ;
定数
WarpModePerspective パースペクティブ ワープ モードを指定します。 |
WarpModeBilinear バイリニア ワープ モードを指定します。 |
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
Header | gdiplusenums.h (Gdiplus.h を含む) |