Table of Contents

Class AddText

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

Represents an operator that specifies rendering text strokes with the specified font and color at a given location.

public class AddText : AddTextBase
Inheritance
AddText
Inherited Members

Properties

Origin

Gets or sets the coordinates of the upper-left corner of the drawn text.

public Point Origin { get; set; }

Property Value

Point

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.