Size.Width 屬性

定義

取得或設定此 Size 結構的水平成分。

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

屬性值

Size 結構的水平分量,通常以像素為單位。

備註

結構的單位HeightWidthSize和取決於PageUnit所繪物件的 和 PageScale 設定。Graphics

適用於