Class SetLineWidth

SetLineWidth class

表示 w 操作符(设置线宽)。

public class SetLineWidth : Operator

Constructors

NameDescription
SetLineWidth(double)使用宽度值初始化操作符。

Properties

NameDescription
Index { get; set; }页面操作符列表中的操作符索引。
Width { get; set; }获取或设置线的宽度。

Methods

NameDescription
override Accept(IOperatorSelector)接受访问者对象以处理操作符。
override ToString()返回操作符的文本表示。
ValueEquals(Operator)将此实例与给定对象进行比较。

See Also