C# 클래스 RedBadger.Xpf.Adapters.Xna.Graphics.Texture2DAdapter

Adapts an XNA Texture2D to an XPF ITexture.
상속: ITexture
파일 보기 프로젝트 열기: redbadger/XPF

공개 메소드들

메소드 설명
Texture2DAdapter ( Microsoft.Xna.Framework.Graphics.Texture2D texture2D ) : Microsoft.Xna.Framework.Graphics

Initializes a new instance of a Texture2DAdapter.

메소드 상세

Texture2DAdapter() 공개 메소드

Initializes a new instance of a Texture2DAdapter.
public Texture2DAdapter ( Microsoft.Xna.Framework.Graphics.Texture2D texture2D ) : Microsoft.Xna.Framework.Graphics
texture2D Microsoft.Xna.Framework.Graphics.Texture2D The XNA Texture2D to adapt.
리턴 Microsoft.Xna.Framework.Graphics