Rectangle.Width 属性

定义

获取或设置此 Rectangle 结构的宽度。

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
member this.Width : int with get, set
Public Property Width As Integer

属性值

Rectangle 结构的宽度。 默认值为 0。

注解

更改 Width 属性还会导致 的 属性Rectangle发生更改Right。 绘制矩形的单位由 PageUnit 用于绘图的图形对象的 和 PageScale 属性决定。 默认单位为像素。

适用于