WarpMode 열거형(gdiplusenums.h)
WarpMode 열거형은 이미지를 변환하는 데 사용할 수 있는 워프 모드를 지정합니다.
Syntax
typedef enum WarpMode {
WarpModePerspective,
WarpModeBilinear
} ;
상수
WarpModePerspective 큐브 뷰 워프 모드를 지정합니다. |
WarpModeBilinear 쌍선형 워프 모드를 지정합니다. |
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
머리글 | gdiplusenums.h(Gdiplus.h 포함) |