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

◆ SavePng()

static void Terraria.Utilities.PlatformUtilities.SavePng ( Stream stream,
int width,
int height,
int imgWidth,
int imgHeight,
byte[] data )
inlinestatic

Definition at line 8 of file PlatformUtilities.cs.

9 {
10 throw new NotSupportedException("Use Bitmap to save png images on windows");
11 }

Referenced by Terraria.Graphics.Capture.CaptureCamera.SaveImage(), and Terraria.Graphics.Capture.CaptureCamera.SaveImage().