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

属性值

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

适用于