Class Re
Re class
Class representing re operator (add rectangle to the path).
public class Re : Operator
Constructors
| Name | Description |
|---|
| Re() | Initializes operator. |
| Re(double, double, double, double) | Initializes operator. |
Properties
| Name | Description |
|---|
| Height { get; set; } | Height of the rectangle. |
| Index { get; set; } | Operator index in page operators list. |
| Width { get; set; } | Width of the rectangle. |
| X { get; set; } | X coordinate of most left side of rectangle. |
| Y { get; set; } | Y corrdinate of bottom side of rectangle. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Returns text representation of the operator. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also