Class AddTextBox
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
Methods
GetRenderer()
Returns the text rendering operation.
protected override Action<IplImage> GetRenderer()