The source sprite to render
The destination point, which will be the top-left coordinate of the sprite after blitting
DrawSprite Method (RenderContextBase)
Blits the source image onto the IRenderSurface2D
Syntax
public virtual void DrawSprite( 
   ISprite2D srcSprite,
   Point destPoint
)

Parameters

srcSprite
The source sprite to render
destPoint
The destination point, which will be the top-left coordinate of the sprite after blitting
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