public FromDynamicImage ( byte buffer, int width, int height, int depth, PixelFormat format ) : Image | ||
buffer | byte | Raw image buffer. |
width | int | Width of this image data (in pixels). |
height | int | Height of this image data (in pixels). |
depth | int | |
format | PixelFormat | Pixel format used in this texture. |
return | Image |
Image::FromDynamicImage ( byte buffer, int width, int height, PixelFormat format ) : Image | |
Image::FromDynamicImage ( byte buffer, int width, int height, int depth, PixelFormat format, bool autoDelete, int numFaces, int numMipMaps ) : Image |