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