
Public Member Functions | |
| virtual bool | ChangeMode (VideoMode mode) |
| Display (IntPtr wxObject) | |
| int | GetFromWindow (Window window) |
| virtual VideoMode[] | GetModes (VideoMode mode) |
| virtual VideoMode[] | GetModes () |
| virtual void | ResetMode () |
Static Public Member Functions | |
| static Display | GetDisplay (int index) |
| static Display[] | GetDisplays () |
| static int | GetFromPoint (Point pt) |
Public Attributes | |
| const int | wxNOT_FOUND = -1 |
Protected Member Functions | |
| override void | CallDTor () |
Properties | |
| static int | Count [get] |
| virtual VideoMode | CurrentMode [get] |
| Rectangle | Geometry [get] |
| virtual bool | IsPrimary [get] |
| virtual string | Name [get] |
Currently, this class causes access violations with Windows.
| wx.Display.Display | ( | IntPtr | wxObject | ) |
| override void wx.Display.CallDTor | ( | ) | [protected, virtual] |
| virtual bool wx.Display.ChangeMode | ( | VideoMode | mode | ) | [virtual] |
| static Display wx.Display.GetDisplay | ( | int | index | ) | [static] |
Returns the representation of the desired display.
| static Display [] wx.Display.GetDisplays | ( | ) | [static] |
The array of all Displays indexed by display number. These are all instance of this class that should ever live.
| static int wx.Display.GetFromPoint | ( | Point | pt | ) | [static] |
Returns the index of the display displaying the specified point or -1 if no such display exists.
| pt | The point to display |
| int wx.Display.GetFromWindow | ( | Window | window | ) |
This returns the display that shows window. This will throw an exception of this is not Windows.
An array of the VideoModes that match mode. A match occurs when the resolution and depth matches and the refresh frequency in equal to or greater than mode.RefreshFrequency.
| virtual VideoMode [] wx.Display.GetModes | ( | ) | [virtual] |
An array of available VideoModes for this display.
| virtual void wx.Display.ResetMode | ( | ) | [virtual] |
| const int wx.Display.wxNOT_FOUND = -1 |
Symbolic constant used by all Find()-like functions returning positive integer on success as failure indicator. While this is global in wxWidgets it makes more sense to be in each class that uses it??? Or maybe move it to Window.cs.
int wx.Display.Count [static, get] |
virtual VideoMode wx.Display.CurrentMode [get] |
Rectangle wx.Display.Geometry [get] |
virtual bool wx.Display.IsPrimary [get] |
virtual string wx.Display.Name [get] |