Class Stroke

Stroke class

Class representing S operator (stroke path).

public class Stroke : Operator

Constructors

NameDescription
Stroke()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 the operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also