コード例 #1
0
ファイル: TestMatrixHandler.cs プロジェクト: daddycoding/Eto
        public IMatrix Clone()
        {
            var result = new TestMatrixHandler();

            result.Create(xx, yx, xy, yy, x0, y0);
            return(result);
        }
コード例 #2
0
ファイル: TestMatrixHandler.cs プロジェクト: mhusen/Eto
		public IMatrix Clone()
		{
			var result = new TestMatrixHandler();
			result.Create(xx, yx, xy, yy, x0, y0);
			return result;
		}