Class ClosePathEOFillStroke

ClosePathEOFillStroke class

Class representing b* operator (close, fill and stroke path using even-odd rule).

public class ClosePathEOFillStroke : Operator

Constructors

NameDescription
ClosePathEOFillStroke()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 representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also