|
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
| resource_name | Name of the graphical resource containing an image |
| data | array for receiving data from the graphical resource |
| width | Graphical resource image width in pixels |
| height | Graphical resource image height in pixels |