Table of Contents

Class PngDecoder

Namespace
Xui.Runtime.Software
Assembly
Xui.Runtime.Software.dll
public class PngDecoder
Inheritance
PngDecoder
Inherited Members

Methods

LoadRGBA(Stream, out int, out int)

public static byte[] LoadRGBA(Stream stream, out int width, out int height)

Parameters

stream Stream
width int
height int

Returns

byte[]

LoadRGBA(string, out int, out int)

public static byte[] LoadRGBA(string path, out int width, out int height)

Parameters

path string
width int
height int

Returns

byte[]