public class GraphicsDeviceInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Microsoft.Xna.Framework.Graphics.GraphicsProfile |
GraphicsProfile
Gets the graphics profile, which determines the graphics feature set.
|
Microsoft.Xna.Framework.Graphics.PresentationParameters |
PresentationParameters
Specifies the presentation parameters to use when creating a graphics device.
|
Constructor and Description |
---|
GraphicsDeviceInformation()
Initializes a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
GraphicsDeviceInformation |
Clone()
Creates a clone of this object.
|
boolean |
Equals(java.lang.Object obj)
Returns a value that indicates whether the current instance is equal to a specified object.
|
Microsoft.Xna.Framework.Graphics.GraphicsAdapter |
getAdapter()
Specifies which graphics adapter to create the device on.
|
int |
GetHashCode()
Gets the hash code for this object.
|
void |
setAdapter(Microsoft.Xna.Framework.Graphics.GraphicsAdapter value)
Specifies which graphics adapter to create the device on.
|
public Microsoft.Xna.Framework.Graphics.GraphicsProfile GraphicsProfile
public Microsoft.Xna.Framework.Graphics.PresentationParameters PresentationParameters
public GraphicsDeviceInformation()
public Microsoft.Xna.Framework.Graphics.GraphicsAdapter getAdapter()
public void setAdapter(Microsoft.Xna.Framework.Graphics.GraphicsAdapter value)
public GraphicsDeviceInformation Clone()
public boolean Equals(java.lang.Object obj)
obj
- The object to compare with the current GraphicsDeviceInformation.public int GetHashCode()