Table of Contents

Class AddTextBox

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

Represents an operator that specifies rendering text strokes with the specified font and color inside the specified layout rectangle.

public class AddTextBox : AddTextBase
Inheritance
AddTextBox
Inherited Members

Properties

Destination

Gets or sets the optional region in which to draw the text. By default the box will fill the entire image.

public Rect Destination { get; set; }

Property Value

Rect

Methods

GetRenderer()

Returns the text rendering 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.