Public Member Functions | |
int | opCmp (VideoMode other) |
override int | opEquals (Object obj) |
override uint | toHash () |
bool | Matches (VideoMode other) |
int | Width () |
int | Height () |
int | Depth () |
int | RefreshFrequency () |
version (Tango) | |
Static Public Member Functions | |
static VideoMode | opCall (int width, int height, int depth, int freq) |
Public Attributes | |
h |
static VideoMode opCall | ( | int | width, | |
int | height, | |||
int | depth, | |||
int | freq | |||
) | [static] |
struct constructor
int opCmp | ( | VideoMode | other | ) |
override int opEquals | ( | Object | obj | ) |
override uint toHash | ( | ) |
bool Matches | ( | VideoMode | other | ) |
int Width | ( | ) |
int Height | ( | ) |
int Depth | ( | ) |
int RefreshFrequency | ( | ) |
version | ( | Tango | ) |