The XScreen type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ActivateControl |
Activates the XViewportPanel window.
| |
| CreateFakeForm |
Creates a fake form for the full-screen mode.
| |
| CreateWindowedDevice |
Creates the windowed device.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| FillInitialDisplayMode |
Sets the mode to the initial display modes that are null.
| |
| Finalize |
The class destructor.
(Inherited from XDisposableObject.) | |
| GetDisplayModeFormatColorsBitCount |
Gets the color depth (bits for one pixel) for the Format.
| |
| GetDisplayModes |
Gets all display modes of the graphic card in this computer, that match the reference mode mode. If some reference mode property is null, comparsion of that property is skipped.
| |
| GetDisplayModesFormats |
Gets the color modes (DirectX layer Format formats) that this computer's graphic card supports.
| |
| GetDisplayModesSizes |
Gets display mode sizes that this computer's graphic card supports.
| |
| GetFullScreen |
Tells whether the window control is in the full screen mode.
| |
| GetFullScreenSize |
Returns the window size in the full screen mode.
| |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| CheckDevice | Overloaded. | |
| CheckDevicePrepared | ||
| CheckDisplayMode |
Checks whether the mode mode is supported. Null values are ignored.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| OnControlSizeChanged |
The method is called by the window control if its size has changed.
| |
| OnDeviceDisposing |
The method handles the Disposing()()() event.
| |
| OnDeviceLost |
The method is fired when the device is lost.
| |
| OnDeviceReset |
The method handles the DeviceReset()()() event.
| |
| OnDeviceResizing |
The method handles the DeviceResizing()()() event.
| |
| PaintControl |
Redraws the window. This is an internal method that is not designed for other usage.
| |
| Register |
Registers the XViewportPanel window.
| |
| Render |
Performs the view rendering.
| |
| ResetDevice |
Performs the device reset.
| |
| ResizeDevice |
Resizes the back-buffer of the device.
| |
| SafeResetDevice |
Performs device safe reset.
| |
| SwitchFullScreenDevice |
Switches to full screen mode.
| |
| SwitchWindowedDevice |
Switches to windowed mode.
| |
| ToString | (Inherited from Object.) | |
| Unregister |
Unregisters the XViewportPanel window.
| |
| UpdateFocusForm |
Updates the active Form form.
|