BitmapData.Width プロパティ

定義

Bitmap オブジェクトの幅 (ピクセル単位) を取得または設定します。 これを 1 つのスキャン ラインのピクセル数と考えることもできます。

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

プロパティ値

Bitmap オブジェクトのピクセルの幅。

適用対象