Steamworks.NativeMethods.ISteamGameServerUtils_GetImageSize C# (CSharp) Method

ISteamGameServerUtils_GetImageSize() private method

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