Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : RGN Enumeration |
internal enum RGN : System.Enum
Member | Value | Description |
---|---|---|
AND | 1 | Creates the intersection of the two combined regions. |
COPY | 5 | Creates a copy of the region identified by hrgnSrc1. |
DIFF | 4 | Combines the parts of hrgnSrc1 that are not part of hrgnSrc2. |
OR | 2 | Creates the union of two combined regions. |
XOR | 3 | Creates the union of two combined regions except for any overlapping areas. |
System.Object
System.ValueType
System.Enum
Concept.Utils.Wpf.RGN
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2