Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SaveAsJpeg()

void Microsoft.Xna.Framework.Graphics.Texture2D.SaveAsJpeg ( Stream stream,
int width,
int height )
inline

Definition at line 176 of file Texture2D.cs.

177 {
178 SaveAsImage(stream, (SharedConstants.XnaImageFormat)0, width, height);
179 }
void SaveAsImage(Stream stream, SharedConstants.XnaImageFormat __unnamed001, int width, int height)
Definition Texture2D.cs:446

References Microsoft.Xna.Framework.Graphics.Texture2D.SaveAsImage(), and System.stream.