Steamworks.NativeMethods.ISteamUtils_GetImageSize C# (CSharp) Method

ISteamUtils_GetImageSize() private method

private ISteamUtils_GetImageSize ( int iImage, uint &pnWidth, uint &pnHeight ) : bool
iImage int
pnWidth uint
pnHeight uint
return bool
		public static extern bool ISteamUtils_GetImageSize(int iImage, out uint pnWidth, out uint pnHeight);
NativeMethods