C# Класс Descent.GUI.Image

The simplest possible Drawable that only implements the interface.
Наследование: Drawable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Image ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System.Diagnostics.Contracts

Creates an Image with the given texture.

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

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

Creates an Image with the given texture.
public Image ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System.Diagnostics.Contracts
texture Microsoft.Xna.Framework.Graphics.Texture2D The texture that the Image should hold.
Результат System.Diagnostics.Contracts