RectangleF.Width プロパティ

定義

この RectangleF 構造体の幅を取得または設定します。

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

プロパティ値

この RectangleF 構造体の幅。 既定値は 0 です。

適用対象