C# 클래스 Descent.GUI.Image

The simplest possible Drawable that only implements the interface.
상속: Drawable
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
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