示例#1
0
		public LLRect(LLRect other)
		{
			_ll = other._ll;
			_ur = other._ur;
		}
示例#2
0
 public LLRect(LLRect other)
 {
     _ll = other._ll;
     _ur = other._ur;
 }