Class LineDirectionsExtensions
Extension methods for the LineDirections enum type.
public static class LineDirectionsExtensions
- Inheritance
-
LineDirectionsExtensions
- Inherited Members
Methods
- AsInt32(LineDirections)
Directly converts this LineDirections value to an int value with the same binary representation.
- AsUInt32(LineDirections)
Directly converts this LineDirections value to a uint value with the same binary representation.
- FastHasFlags(LineDirections, int)
Determines if the specified mask bits are set in the current value of this LineDirections.
- FastHasFlags(LineDirections, LineDirections)
Determines if the specified flags are set in the current value of this LineDirections.
- FastIsDefined(LineDirections, int)
Determines if the specified int value is explicitly defined as a named value of the LineDirections enum type.