BitmapSizeOptions.PixelHeight 属性

定义

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

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

属性值

Int32

位图的高度。

注解

PixelHeight 必须大于零才能有效。

适用于