- wxVideoMode
Constructs this class using the given parameters.
- GetDepth
Returns bits per pixel (e.g. 32), 1 is monochrome and 0 means unspecified/known.
- GetHeight
Returns the screen height in pixels (e.g. 480), 0 means unspecified.
- GetWidth
Returns the screen width in pixels (e.g. 640), 0 means unspecified.
- IsOk
Returns true if the object has been initialized.
- Matches
Returns true if this mode matches the other one in the sense that all non zero fields of the other mode have the same value in this one (except for refresh which is allowed to have a greater value).