Class SetLineWidth

SetLineWidth class

Class representing w operator (set line width).

public class SetLineWidth : Operator

Constructors

NameDescription
SetLineWidth(double)Initializes operator with width value.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Width { get; set; }Gets or sets width of the line.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also