Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Graphics.GraphicsOutput Class Reference
Inheritance diagram for SiliconStudio.Paradox.Graphics.GraphicsOutput:
SiliconStudio.Core.ComponentBase SiliconStudio.Core.IComponent SiliconStudio.Core.ICollectorHolder SiliconStudio.Core.IReferencable SiliconStudio.Core.IReferencable

Properties

DisplayMode CurrentDisplayMode [get]
 Gets the current display mode. More...
 
DisplayMode[] SupportedDisplayModes [get]
 Returns a collection of supported display modes for this GraphicsOutput. More...
 
Rectangle DesktopBounds [get]
 Gets the desktop bounds of the current output. More...
 
GraphicsAdapter Adapter [get]
 Gets the adapter this output is attached. More...
 
- Properties inherited from SiliconStudio.Core.ComponentBase
long Id [get, set]
 
string Name [get, set]
 Gets or sets the name of this component. More...
 
bool IsDisposed [get, set]
 Has the component been disposed or not yet. More...
 
- Properties inherited from SiliconStudio.Core.IComponent
long Id [get]
 Gets the id of this component. More...
 
string Name [get]
 Gets the name of this component. More...
 
- Properties inherited from SiliconStudio.Core.IReferencable
int ReferenceCount [get]
 Gets the reference count of this instance. More...
 
- Properties inherited from SiliconStudio.Core.ICollectorHolder
ObjectCollector Collector [get]
 Gets the collector. More...
 

Additional Inherited Members

- Public Member Functions inherited from SiliconStudio.Core.ComponentBase
void Dispose ()
 
override string ToString ()
 
- Public Attributes inherited from SiliconStudio.Core.ComponentBase
PropertyContainer Tags
 Gets the attached properties to this component. More...
 
- Protected Member Functions inherited from SiliconStudio.Core.ComponentBase
 ComponentBase ()
 Initializes a new instance of the ComponentBase class. More...
 
 ComponentBase (string name)
 Initializes a new instance of the ComponentBase class. More...
 
virtual void OnNameChanged ()
 Called when Name property was changed. More...
 
virtual void Destroy ()
 Disposes of object resources. More...
 

Detailed Description

Definition at line 8 of file GraphicsOutput.cs.

Property Documentation

GraphicsAdapter SiliconStudio.Paradox.Graphics.GraphicsOutput.Adapter
get

Gets the adapter this output is attached.

The adapter.

Definition at line 69 of file GraphicsOutput.cs.

DisplayMode SiliconStudio.Paradox.Graphics.GraphicsOutput.CurrentDisplayMode
get

Gets the current display mode.

The current display mode.

Definition at line 21 of file GraphicsOutput.cs.

Rectangle SiliconStudio.Paradox.Graphics.GraphicsOutput.DesktopBounds
get

Gets the desktop bounds of the current output.

Definition at line 57 of file GraphicsOutput.cs.

DisplayMode [] SiliconStudio.Paradox.Graphics.GraphicsOutput.SupportedDisplayModes
get

Returns a collection of supported display modes for this GraphicsOutput.

Definition at line 39 of file GraphicsOutput.cs.


The documentation for this class was generated from the following file: