BitmapSource.Width 属性

定义

获取独立于设备的位图的宽度(每单位 1/96 英寸)。

public:
 virtual property double Width { double get(); };
public override double Width { get; }
member this.Width : double
Public Overrides ReadOnly Property Width As Double

属性值

位图的宽度(每单位 1/96 英寸)。

适用于