public SizeEmu(long width, long height)
 {
     m_Width  = width;
     m_Height = height;
 }
 public SizeEmu(Emu width, Emu height)
 {
     m_Width  = width;
     m_Height = height;
 }