BitmapSizeOptions.PixelWidth プロパティ

定義

ビットマップ イメージの幅 (ピクセル単位)。

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

プロパティ値

Int32

ビットマップの幅。

注釈

PixelWidth 有効にするには、0 より大きい必要があります。

適用対象