C# Class Microsoft.Xna.Framework.Graphics.TextureExtensions

Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Méthode Description
ToSurface ( this image, SadConsole font, bool blockMode = false ) : TextSurface
ToSurface ( this image, TextSurface surface, Color cachedColorArray, bool blockMode = false ) : void

Method Details

ToSurface() public static méthode

public static ToSurface ( this image, SadConsole font, bool blockMode = false ) : TextSurface
image this
font SadConsole
blockMode bool
Résultat TextSurface

ToSurface() public static méthode

public static ToSurface ( this image, TextSurface surface, Color cachedColorArray, bool blockMode = false ) : void
image this
surface TextSurface
cachedColorArray Color
blockMode bool
Résultat void