Microsoft.Xna.Framework.Graphics
Class PresentationParameters

java.lang.Object
  extended by Microsoft.Xna.Framework.Graphics.PresentationParameters

public class PresentationParameters
extends java.lang.Object

Author:
Halofreak1990

Field Summary
 SurfaceFormat BackBufferFormat
           
 int BackBufferHeight
           
 int BackBufferWidth
           
 DepthFormat DepthStencilFormat
           
 DisplayOrientation DisplayOrientation
           
 boolean IsFullScreen
           
 int MultiSampleCount
           
 PresentInterval PresentationInterval
           
 RenderTargetUsage RenderTargetUsage
           
 
Constructor Summary
PresentationParameters()
           
 
Method Summary
 PresentationParameters Clone()
           
 Rectangle getBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PresentationParameters

public PresentationParameters()
Method Detail

getBounds

public Rectangle getBounds()

Clone

public PresentationParameters Clone()