共用方式為


BitmapSizeOptions.PixelWidth 屬性

定義

點陣圖的寬度 (像素)。

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

屬性值

Int32

點陣圖的寬度。

備註

PixelWidth 必須大於零才能有效。

適用於