Revision Difference
SteamUtils.GetImageSize#523023
<member type="method" namespace="Steamworks" parent="SteamUtils" name="GetImageSize" static="true">
<member category="interface" type="method" namespace="Steamworks" parent="SteamUtils" name="GetImageSize" static="true">
<args>
<arg name="image" type="int"></arg>
<arg name="width" type="uint" out="true"></arg>
<arg name="height" type="uint" out="true"></arg>
</args>
<return type="bool"></return>
<summary>returns true if the image exists, and the buffer was successfully filled out
results are returned in RGBA format
the destination buffer size should be 4 * height * width * sizeof(char)</summary>
</member>