Click or drag to resize

StencilFlags Operators and Type Conversions

The StencilFlags type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberBitwiseAnd
Implements the bitwise-and operator.
Public operatorStatic memberBitwiseOr
Implements the bitwise-or operator.
Public operatorStatic memberEquality
Implements the equality operator.
Public operatorStatic member(StencilFlags to UInt32)
Performs an explicit conversion to uint.
Public operatorStatic member(UInt32 to StencilFlags)
Performs an implicit conversion from uint.
Public operatorStatic memberInequality
Implements the inequality operator.
Public operatorStatic memberLeftShift
Implements the left shift operator.
Public operatorStatic memberOnesComplement
Implements the bitwise-complement operator.
Public operatorStatic memberRightShift
Implements the right shift operator.
Top
See Also