Tesseract Engine Documentation

HeadsUpDisplay.Draw Method (SpriteBatch, Int32, Int32)

Draw function for drawing our displays at a certain offset position. NOTE: SpriteBatch Begin and End are handled outside this scope.

public void Draw(
   SpriteBatch spriteBatch,
   Int32 xoffset,
   Int32 yoffset
);

Parameters

spriteBatch
SpriteBatch used to draw used to draw.
xoffset
X-Offset to draw location.
yoffset
Y-Offset to draw location.

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace | HeadsUpDisplay.Draw Overload List