|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMicrosoft.Xna.Framework.GraphicsDeviceInformation
public class GraphicsDeviceInformation
Holds the settings for creating a graphics device on Windows.
Field Summary | |
---|---|
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 Summary | |
---|---|
GraphicsDeviceInformation()
Initializes a new instance of this class. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Microsoft.Xna.Framework.Graphics.GraphicsProfile GraphicsProfile
public Microsoft.Xna.Framework.Graphics.PresentationParameters PresentationParameters
Constructor Detail |
---|
public GraphicsDeviceInformation()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |