Click or drag to resize

StencilFlags Operators and Type Conversions

The StencilFlags type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberBitwiseAnd(StencilFlags, StencilFlags) Implements the bitwise-and operator.
Public operatorStatic memberBitwiseOr(StencilFlags, StencilFlags) Implements the bitwise-or operator.
Public operatorStatic memberEquality(StencilFlags, StencilFlags) 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(StencilFlags, StencilFlags) Implements the inequality operator.
Public operatorStatic memberLeftShift(StencilFlags, Int32) Implements the left shift operator.
Public operatorStatic memberOnesComplement(StencilFlags) Implements the bitwise-complement operator.
Public operatorStatic memberRightShift(StencilFlags, Int32) Implements the right shift operator.
Top
See Also