CombineMode 列舉 (gdiplusenums.h)
CombineMode 列舉會指定如何將新區域與現有區域結合。
Syntax
typedef enum CombineMode {
CombineModeReplace,
CombineModeIntersect,
CombineModeUnion,
CombineModeXor,
CombineModeExclude,
CombineModeComplement
} ;
常數
CombineModeReplace 指定現有區域會由新區域取代。 |
CombineModeIntersect 指定現有區域會由本身和新區域的交集所取代。 |
CombineModeUnion 指定現有區域會由本身和新區域的聯集取代。 |
CombineModeXor 指定執行 的結果會取代現有的區域 兩個區域的 XOR。 某個點位於 如果兩個區域位於一個區域或另一個區域,但不在這兩個區域中,則為兩個區域的 XOR。 |
CombineModeExclude 指定現有區域會由位於新區域外部本身的部分取代。 |
CombineModeComplement 指定現有區域會由現有區域外部的新區域部分取代。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
標頭 | gdiplusenums.h (包含 Gdiplus.h) |