Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PlatformUtilities.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
4
namespace
Terraria.Utilities
;
5
6
public
static
class
PlatformUtilities
7
{
8
public
static
void
SavePng
(
Stream
stream
,
int
width,
int
height,
int
imgWidth,
int
imgHeight,
byte
[] data)
9
{
10
throw
new
NotSupportedException
(
"Use Bitmap to save png images on windows"
);
11
}
12
}
System.IO.Stream
Definition
Stream.cs:11
System.NotSupportedException
Definition
NotSupportedException.cs:9
Terraria.Utilities.PlatformUtilities.SavePng
static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)
Definition
PlatformUtilities.cs:8
Terraria.Utilities.PlatformUtilities
Definition
PlatformUtilities.cs:7
System.IO
Definition
ConsoleStream.cs:3
System.ExceptionArgument.stream
@ stream
System
Definition
BlockingCollection.cs:8
Terraria.Utilities
Definition
ExtensionFilter.cs:1
source
Terraria.Utilities
PlatformUtilities.cs
Generated by
1.10.0