Facepunch.Steamworks Wiki

Steamworks.SteamUtils.GetImageSize

Syntax

static bool GetImageSize( int image, uint width, uint height )

Description

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)

Arguments

int image
uint width
uint height

Returns

bool