Microsoft.Xna.Framework.Graphics
Class PresentationParameters
java.lang.Object
Microsoft.Xna.Framework.Graphics.PresentationParameters
public class PresentationParameters
- extends java.lang.Object
- Author:
- Halofreak1990
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackBufferWidth
public int BackBufferWidth
BackBufferHeight
public int BackBufferHeight
BackBufferFormat
public SurfaceFormat BackBufferFormat
DepthStencilFormat
public DepthFormat DepthStencilFormat
MultiSampleCount
public int MultiSampleCount
DisplayOrientation
public DisplayOrientation DisplayOrientation
PresentationInterval
public PresentInterval PresentationInterval
RenderTargetUsage
public RenderTargetUsage RenderTargetUsage
IsFullScreen
public boolean IsFullScreen
PresentationParameters
public PresentationParameters()
getBounds
public Rectangle getBounds()
Clone
public PresentationParameters Clone()