共用方式為


BitmapData.Width 屬性

定義

取得或設定 Bitmap 物件的像素寬度。 這也可以視為一條掃描線中的像素數目。

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 物件的像素寬度。

適用於