Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow

Inheritance Hierarchy

  • StbImage

Syntax

public class StbImage

Constructors

prototype description
StbImage (string path, int requestedChannels=4) Open image file with STBI library
StbImage (IntPtr bitmap, ulong bitmapByteCount, int requestedChannels=4) Open image in memory with STBI library
StbImage (Stream stream, int requestedChannels=4) __

Properties

name description
Size __

Methods

prototype description
void Dispose() __

Events

name description
Clone this wiki locally