LogicOp Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum LogicOp
type LogicOp =
- Inheritance
-
LogicOp
Fields
Name | Value | Description |
---|---|---|
Clear | 5376 | |
And | 5377 | |
AndReverse | 5378 | |
Copy | 5379 | |
AndInverted | 5380 | |
Noop | 5381 | |
Xor | 5382 | |
Or | 5383 | |
Nor | 5384 | |
Equiv | 5385 | |
Invert | 5386 | |
OrReverse | 5387 | |
CopyInverted | 5388 | |
OrInverted | 5389 | |
Nand | 5390 | |
Set | 5391 |