Defines how draw operations affect background of the console.
| C# |
public class Background
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Background(BackgroundFlag) |
Create background with a given flag that does not take alpha paramater
| |
| Background(BackgroundFlag, Single) |
Create background with a given flag that does take alpha paramater
| |
| Background(BackgroundFlag, Double) |
Create background with a given flag that does take alpha paramater
| |
| Background(Background) |
Create a copy of a background flag
| |
| AlphaValue |
Get Current Alpha value
| |
| BackgroundFlag |
Get Current Background Type
| |
| Decrement(Background) |
Decrement background type to next background in BackgroundFlag enum
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Increment(Background) |
Increment background type to next background in BackgroundFlag enum
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Background | |