Class SetGrayStroke

SetGrayStroke class

Class representing gray level for stroking operations.

public class SetGrayStroke : SetColorOperator

Constructors

NameDescription
SetGrayStroke(double)Initializes operator with the specified color.

Properties

NameDescription
Gray { get; set; }Gets or sets the level of gray value.
Index { get; set; }Operator index in page operators list.

Methods

NameDescription
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