Class SetGrayStroke
SetGrayStroke class
Class representing gray level for stroking operations.
public class SetGrayStroke : SetColorOperator
Constructors
| Name | Description |
|---|
| SetGrayStroke(double) | Initializes operator with the specified color. |
Properties
| Name | Description |
|---|
| Gray { get; set; } | Gets or sets the level of gray value. |
| Index { get; set; } | Operator index in page operators list. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override getColor() | Returns color specified by operator. |
| override ToString() | Returns text representation of operator. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also