C# Class SolutionLecture5.DrawData

Afficher le fichier Open project: Westerdals/PG2200LectureCode2013 Class Usage Examples

Méthodes publiques

Méthode Description
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle source, Point position, int drawWidth, int drawHeight ) : Microsoft.Xna.Framework

Method Details

DrawData() public méthode

public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle source, Point position, int drawWidth, int drawHeight ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
source Microsoft.Xna.Framework.Rectangle
position Microsoft.Xna.Framework.Point
drawWidth int
drawHeight int
Résultat Microsoft.Xna.Framework