TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ResourceReadImage ( string  resource_name,
out int[]  data,
out uint  width,
out uint  height 
)

Reads data from the graphical resource created by ResourceCreate() function

Parameters
resource_nameName of the graphical resource containing an image
dataarray for receiving data from the graphical resource
widthGraphical resource image width in pixels
heightGraphical resource image height in pixels
Returns
true if successful, otherwise false. To get information about the error, call the GetLastError() function