Tao.Glfw SDK Documentation

Glfw.glfwReadMemoryImage Method 

[Visual Basic]
Public Shared Function glfwReadMemoryImage( _
   ByVal data As IntPtr, _
   ByVal size As Integer, _
   ByRef image As GLFWimage, _
   ByVal flags As Integer _
) As Integer
[C#]
public static int glfwReadMemoryImage(
   IntPtr data,
   int size,
   out GLFWimage image,
   int flags
);

See Also

Glfw Class | Tao.Glfw Namespace