OK, OK, I've found it elsewhere... it would be a class (that I have to include in my code), like this:
public class WindowDimension { public int Width { get; set; } public int Height { get; set; } }
public class WindowDimension
{
public int Width { get; set; }
public int Height { get; set; }
}