Method Clone
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Clone()
Creates a new surface with the same dimensions and pixel values as this one.
public Surface Clone()
Returns
- Surface
A new surface that is a clone of the current one.
Creates a new surface with the same dimensions and pixel values as this one.
public Surface Clone()
A new surface that is a clone of the current one.