Clone() публичный Метод

Clones the IrregularSurface.
public Clone ( ) : object
Результат object
Пример #1
0
 public ClippedSurfaceHistoryItem(string icon, string text, IrregularSurface oldSurface, int layerIndex) : base(icon, text)
 {
     old_surface = (IrregularSurface)oldSurface.Clone();
     layer_index = layerIndex;
 }
Пример #2
0
 public ClippedSurfaceHistoryItem(string icon, string text, IrregularSurface oldSurface, int layerIndex)
     : base(icon, text)
 {
     old_surface = (IrregularSurface)oldSurface.Clone();
     layer_index = layerIndex;
 }