public class PresentationParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
SurfaceFormat |
BackBufferFormat |
int |
BackBufferHeight |
int |
BackBufferWidth |
DepthFormat |
DepthStencilFormat |
DisplayOrientation |
DisplayOrientation |
boolean |
IsFullScreen |
int |
MultiSampleCount |
PresentInterval |
PresentationInterval |
RenderTargetUsage |
RenderTargetUsage |
Constructor and Description |
---|
PresentationParameters() |
Modifier and Type | Method and Description |
---|---|
PresentationParameters |
Clone() |
Rectangle |
getBounds() |
public int BackBufferWidth
public int BackBufferHeight
public SurfaceFormat BackBufferFormat
public DepthFormat DepthStencilFormat
public int MultiSampleCount
public DisplayOrientation DisplayOrientation
public PresentInterval PresentationInterval
public RenderTargetUsage RenderTargetUsage
public boolean IsFullScreen
public Rectangle getBounds()
public PresentationParameters Clone()