Table of Contents

Method Clone

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

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.