Tesseract Engine Documentation

HeadsUpDisplay.UpdateImageDisplay Method 

Update/Replace an ImageDisplay

public void UpdateImageDisplay(
   Int32 index,
   Texture2D image,
   Vector2 position,
   Int32 width,
   Int32 height,
   Color color,
   Boolean draw
);

Parameters

index
Index of the image display
image
New image to use
position
New position
width
New width
height
New height
color
New Color
draw
To draw or not to draw

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace