有一个Bit地图 文件, 小弟我想知道如何叫调用reference,如何叫create a duplicate? 多谢

有一个Bitmap 文件, 我想知道怎么叫调用reference,怎么叫create a duplicate? 谢谢。假如 有这么个Bitmap文

有一个Bitmap 文件, 我想知道怎么叫调用reference,怎么叫create a duplicate? 谢谢。
假如 有这么个Bitmap文件, Bitmap test = new Bitmap(“picture.PNG”);

我下面的理解对么?

是这样叫引用: test.Width = 100;

这样叫建了个duplicate: test.Clone()...
[解决办法]
引用:你修改了它,原始的那个跟着变
拷贝:你修改了它,不影响原来的那个