共用方式為


CGRect.Width 屬性

定義

取得或設定這個 CGRect 結構的寬度。

public nfloat Width { get; set; }
member this.Width : nfloat with get, set

屬性值

備註

變更 Width 屬性也會在 的 CGRect 屬性中 Right 造成變更。 繪製矩形的單位是由用於繪圖之繪圖物件的 P:System.Drawing.Graphics.PageUnit屬性所決定。 預設單位為圖元。

適用於