Class EOFill

EOFill class

Class representing f* operator (fill path using even-odd rule).

public class EOFill : Operator

Constructors

NameDescription
EOFill()Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also