affiche une texture


Namespace: Tzu_Engine.Graphics
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub Draw2D( _ 
   ByVal Texture As TZTexture,  _ 
   ByVal Position As Vector2,  _ 
   ByVal Size As Vector2,  _ 
   ByVal Color As Integer _ 
)
C#
public void Draw2D(
   TZTexture Texture,
   Vector2 Position,
   Vector2 Size,
   int Color
)
C++
public:
 void Draw2D(
   TZTexture Texture,
   Vector2 Position,
   Vector2 Size,
   int Color
) sealed 
J#
public void Draw2D(
   TZTexture Texture,
   Vector2 Position,
   Vector2 Size,
   int Color
)
JScript
public  function Draw2D(
   Texture : TZTexture,
   Position : Vector2,
   Size : Vector2,
   Color : int
)

Parameters

Texture
une texture
Position
position de la texture
Size
taille de la texture
Color
couleur de la texture

See Also