Method Clone
Clone()
Creates a deep copy of this image buffer.
public ImageBuffer Clone()
Returns
- ImageBuffer
A new ImageBuffer with the same pixel data and dimensions.
Remarks
The returned instance has its own unmanaged backing store; changes to it do not affect the source.