![]() |
Paradox Game Engine
v1.0.0 beta06
|
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... | |
![]() | |
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... | |
![]() | |
long | Id [get] |
Gets the id of this component. More... | |
string | Name [get] |
Gets the name of this component. More... | |
![]() | |
int | ReferenceCount [get] |
Gets the reference count of this instance. More... | |
![]() | |
ObjectCollector | Collector [get] |
Gets the collector. More... | |
Additional Inherited Members | |
![]() | |
void | Dispose () |
override string | ToString () |
![]() | |
PropertyContainer | Tags |
Gets the attached properties to this component. More... | |
![]() | |
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... | |
Definition at line 8 of file GraphicsOutput.cs.
|
get |
Gets the adapter this output is attached.
The adapter.
Definition at line 69 of file GraphicsOutput.cs.
|
get |
Gets the current display mode.
The current display mode.
Definition at line 21 of file GraphicsOutput.cs.
|
get |
Gets the desktop bounds of the current output.
Definition at line 57 of file GraphicsOutput.cs.
|
get |
Returns a collection of supported display modes for this GraphicsOutput.
Definition at line 39 of file GraphicsOutput.cs.