Share via


BitmapSource.PixelWidth 屬性

定義

取得點陣圖的寬度 (以像素為單位)。

public:
 property int PixelWidth { int get(); };
int PixelWidth();
public int PixelWidth { get; }
var int32 = bitmapSource.pixelWidth;
Public ReadOnly Property PixelWidth As Integer

屬性值

Int32

int

點陣圖的寬度 (以像素為單位)。

適用於