The sprite to draw
The vertices to draw sprite at
The start index in vertices array
The amount of vertices to draw
DrawColoredSprites Method
Blits the sprite onto the IRenderSurface2D with colors provided by vertices
Syntax
void DrawColoredSprites( 
   ISprite2D sprite,
   ColoredVertex[] vertices,
   int startIndex,
   int count
)

Parameters

sprite
The sprite to draw
vertices
The vertices to draw sprite at
startIndex
The start index in vertices array
count
The amount of vertices to draw
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also