PngReaderΒΆ
-
class
PngReader: System.Object -
public Texture2D
Read(System.IO.Stream inputStream, GraphicsDevice graphicsDevice) Parameters: - inputStream (System.IO.Stream) –
- graphicsDevice (Microsoft.Xna.Framework.Graphics.GraphicsDevice) –
-
public bool
IsPngImage(System.IO.Stream stream) Parameters: - stream (System.IO.Stream) –
-
public Texture2D