ILNumerics Ultimate VS

ColorsBuffer.Copy Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Copy this colors buffer. (lazy copy sharing the source data)

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public override Buffer<float> Copy()

Return Value

Type: Buffer<Single>
New Buffer<T> object as copy of this colors buffer.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference