Create a new PixelBuffer pointing to the
(unmanaged) pixel data buffer behind IntPtr
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PixelBuffer(
IntPtr bufferPointer
)
Public Sub New (
bufferPointer As IntPtr
)
Parameters
- bufferPointer
- Type: SystemIntPtr
IntPtr to the unmanaged pixel data buffer
Version InformationRhino for Windows
Supported in: 6.8
See Also