SetLineWidth
SetLineWidth class
Class representing w operator (set line width).
public class SetLineWidth : Operator
Constructors
Name |
Description |
SetLineWidth(double) |
Initializes operator with width value. |
Properties
Name |
Description |
Index { get; set; } |
Operator index in page operators list. |
Width { get; set; } |
Gets or sets width of the line. |
Methods
Name |
Description |
override Accept(IOperatorSelector) |
Accepts visitor object to process operator. |
override ToString() |
Returns text representation of operator. |
See Also