C# Class Protogame.ImageSourceFromTexture

An image source that uses an in-memory texture.
Inheritance: IImageSource
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
GetSourceAsBytes ( int &width, int &height ) : byte[]
ImageSourceFromTexture ( Func getTexture2D ) : System

Method Details

GetSourceAsBytes() public méthode

public GetSourceAsBytes ( int &width, int &height ) : byte[]
width int
height int
Résultat byte[]

ImageSourceFromTexture() public méthode

public ImageSourceFromTexture ( Func getTexture2D ) : System
getTexture2D Func
Résultat System