Class FillStroke

FillStroke class

Class representing B operator (fill and stroke path using nonzero winding rule)

public class FillStroke : Operator

Constructors

NameDescription
FillStroke()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