Commit 38b40cf3 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander Trofimov

Добавлены типы клиппирования Xor и Diff.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62253 954022d7-b5bf-4e40-9824-e11837661b57
parent c5b43376
......@@ -116,6 +116,8 @@ const long c_nClipRegionTypeEvenOdd = 0x0001;
// тип объединения клипов
const long c_nClipRegionIntersect = 0x0000;
const long c_nClipRegionUnion = 0x0100;
const long c_nClipRegionXor = 0x0200;
const long c_nClipRegionDiff = 0x0400;
// флаги в CommandDrawTextEx
const long c_nFlagNone = 0x0000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment