Character class

Character class

Represents relatively positioned rectangle which contains single character.

The Character type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of Character.
init Initializes a new Character instance.

Methods

Method Description
to_string Returns a string that represents the current object.

Properties

Property Description
height (inherited from TextElement)
value (inherited from TextElement)
width (inherited from TextElement)
x (inherited from TextElement)
y (inherited from TextElement)

See Also