Click or drag to resize

PixelBuffer Constructor

Create a new PixelBuffer pointing to the (unmanaged) pixel data buffer behind IntPtr

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public PixelBuffer(
	IntPtr bufferPointer
)

Parameters

bufferPointer
Type: SystemIntPtr
IntPtr to the unmanaged pixel data buffer
See Also