Table of Contents

Class ViewportSettingsFlagsExtensions

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Extension methods for the ViewportSettingsFlags enum type.

public static class ViewportSettingsFlagsExtensions
Inheritance
ViewportSettingsFlagsExtensions
Inherited Members

Methods

AsInt32(ViewportSettingsFlags)

Directly converts this ViewportSettingsFlags value to an int value with the same binary representation.

AsUInt32(ViewportSettingsFlags)

Directly converts this ViewportSettingsFlags value to a uint value with the same binary representation.

FastHasFlags(ViewportSettingsFlags, int)

Determines if the specified mask bits are set in the current value of this ViewportSettingsFlags.

FastHasFlags(ViewportSettingsFlags, ViewportSettingsFlags)

Determines if the specified flags are set in the current value of this ViewportSettingsFlags.

FastIsDefined(ViewportSettingsFlags, int)

Determines if the specified int value is explicitly defined as a named value of the ViewportSettingsFlags enum type.