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

Show file Open project: Thraka/SadConsole

Public Methods

Method 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 method

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

ToSurface() public static method

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