Class ShFill

ShFill class

Class representing sh operator (paint area with shading pattern).

public class ShFill : Operator

Constructors

NameDescription
ShFill(string)Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Name { get; set; }Gets or sets the shading name.

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