public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle destinationRectangle, System.Color color ) : void | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | A texture. |
destinationRectangle | Rectangle | The drawing bounds on screen. |
color | System.Color | A color mask. |
return | void |