terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.PresentationParameters Class Reference
+ Inheritance diagram for Microsoft.Xna.Framework.Graphics.PresentationParameters:
+ Collaboration diagram for Microsoft.Xna.Framework.Graphics.PresentationParameters:

Public Member Functions

 PresentationParameters ()
 
void Clear ()
 
PresentationParameters Clone ()
 

Static Public Attributes

const int DefaultPresentRate = 60
 

Properties

SurfaceFormat BackBufferFormat [get, set]
 
int BackBufferHeight [get, set]
 
int BackBufferWidth [get, set]
 
Rectangle Bounds [get, set]
 
IntPtr DeviceWindowHandle [get, set]
 
DepthFormat DepthStencilFormat [get, set]
 
bool IsFullScreen [get, set]
 
bool HardwareModeSwitch [get, set]
 
int MultiSampleCount [get, set]
 
PresentInterval PresentationInterval [get, set]
 
DisplayOrientation DisplayOrientation [get, set]
 
RenderTargetUsage RenderTargetUsage [get, set]
 

Private Attributes

DepthFormat depthStencilFormat
 
SurfaceFormat backBufferFormat
 
int backBufferHeight
 
int backBufferWidth
 
IntPtr deviceWindowHandle
 
int multiSampleCount
 
bool isFullScreen
 
bool hardwareModeSwitch
 
PresentInterval< PresentationIntervalk__BackingField
 
DisplayOrientation< DisplayOrientationk__BackingField
 
RenderTargetUsage< RenderTargetUsagek__BackingField
 

Detailed Description

Definition at line 9 of file PresentationParameters.cs.


The documentation for this class was generated from the following file: