Method | Description | |
---|---|---|
RenderSprite ( Microsoft.Xna.Framework.Graphics.Sprite sprite, int leftPixel, int topPixel, int pixelWidth, int pixelHeight, |
||
RenderSpriteGrid ( SpriteGrid spriteGrid ) : |
||
RenderSpriteGrid ( SpriteGrid spriteGrid, |
||
RenderText ( string text, BitmapFont bitmapFont, |
||
RenderText ( string text, BitmapFont bitmapFont, |
Method | Description | |
---|---|---|
RenderLetter ( char letter, BitmapFont bitmapFont, |
public static RenderSprite ( Microsoft.Xna.Framework.Graphics.Sprite sprite, int leftPixel, int topPixel, int pixelWidth, int pixelHeight, |
||
sprite | Microsoft.Xna.Framework.Graphics.Sprite | |
leftPixel | int | |
topPixel | int | |
pixelWidth | int | |
pixelHeight | int | |
imageData | ||
return | void |
public static RenderSpriteGrid ( SpriteGrid spriteGrid ) : |
||
spriteGrid | SpriteGrid | |
return |
public static RenderSpriteGrid ( SpriteGrid spriteGrid, |
||
spriteGrid | SpriteGrid | |
imageData | ||
return | void |
public static RenderText ( string text, BitmapFont bitmapFont, |
||
text | string | |
bitmapFont | BitmapFont | |
imageData | ||
return | void |
public static RenderText ( string text, BitmapFont bitmapFont, |
||
text | string | |
bitmapFont | BitmapFont | |
imageData | ||
x | int | |
y | int | |
return | void |