Class ShFill
ShFill class
Class representing sh operator (paint area with shading pattern).
public class ShFill : Operator
Constructors
| Name | Description |
|---|
| ShFill(string) | Initializes operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| Name { get; set; } | Gets or sets the shading name. |
Methods
| Name | Description |
|---|
| 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