BitmapSource.PixelWidth 屬性

定義

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

public:
 virtual property int PixelWidth { int get(); };
public virtual int PixelWidth { get; }
member this.PixelWidth : int
Public Overridable ReadOnly Property PixelWidth As Integer

屬性值

Int32

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

適用於