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

位图的宽度(以像素为单位)。

适用于