C# Класс Sharpex2D.Rendering.GraphicsDevice

Наследование: IComponent, IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Disposes the GraphicsDevice.

GraphicsDevice ( RenderTarget renderTarget ) : System

Initializes a new GraphicsDeivce.

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

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

Disposes the object.

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

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

Disposes the GraphicsDevice.
public Dispose ( ) : void
Результат void

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

Disposes the object.
protected Dispose ( bool disposing ) : void
disposing bool Indicates whether managed resources should be disposed.
Результат void

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

Initializes a new GraphicsDeivce.
public GraphicsDevice ( RenderTarget renderTarget ) : System
renderTarget Sharpex2D.Surface.RenderTarget The RenderTarget.
Результат System