Table of Contents

Method GetRenderer

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

GetRenderer()

Returns the image drawing operation.

protected override Action<IplImage> GetRenderer()

Returns

Action<IplImage>

The Action<T> object that will be invoked to apply the drawing operation to the canvas bitmap during rendering.