有一个Bitmap 文件, 我想知道怎么叫调用reference,怎么叫create a duplicate? 谢谢。
假如 有这么个Bitmap文件, Bitmap test = new Bitmap(“picture.PNG”);
我下面的理解对么?
是这样叫引用: test.Width = 100;
这样叫建了个duplicate: test.Clone()...
------解决方案--------------------引用:你修改了它,原始的那个跟着变
拷贝:你修改了它,不影响原来的那个