Table of Contents

Method Update

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Update(IplImage)

Updates the texture buffer with the specified image data.

public void Update(IplImage image)

Parameters

image IplImage

An IplImage object containing the pixel data to copy into the texture buffer.