Partilhar via


IDrawable.Draw Method

Draws the IDrawable.

Syntax

'Declaration
Public Sub Draw ( _
         gameTime As GameTime _
)
public void Draw (
         GameTime gameTime
)
public:
void Draw(
         GameTime gameTime
)

Parameters

  • gameTime
    Type: GameTime
    Snapshot of the game's timing state.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

IDrawable Interface
IDrawable Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone