C# Класс Microsoft.Xna.Framework.Graphics.SwapChainRenderTarget

A swap chain used for rendering to a secondary GameWindow.
This is an extension and not part of stock XNA. It is currently implemented for Windows and DirectX only.
Наследование: RenderTarget2D
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
PresentInterval PresentInterval

Открытые методы

Метод Описание
Present ( ) : void

Displays the contents of the active back buffer to the screen.

SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height ) : System
SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height, bool mipMap, SurfaceFormat surfaceFormat, DepthFormat depthFormat, int preferredMultiSampleCount, RenderTargetUsage usage, PresentInterval presentInterval ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Present() публичный Метод

Displays the contents of the active back buffer to the screen.
public Present ( ) : void
Результат void

SwapChainRenderTarget() публичный Метод

public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
windowHandle System.IntPtr
width int
height int
Результат System

SwapChainRenderTarget() публичный Метод

public SwapChainRenderTarget ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, IntPtr windowHandle, int width, int height, bool mipMap, SurfaceFormat surfaceFormat, DepthFormat depthFormat, int preferredMultiSampleCount, RenderTargetUsage usage, PresentInterval presentInterval ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
windowHandle System.IntPtr
width int
height int
mipMap bool
surfaceFormat SurfaceFormat
depthFormat DepthFormat
preferredMultiSampleCount int
usage RenderTargetUsage
presentInterval PresentInterval
Результат System

Описание свойств

PresentInterval публичное свойство

public PresentInterval PresentInterval
Результат PresentInterval