BitmapData.Height 属性

定义

获取或设置对象的像素高度 Bitmap 。 有时也称为扫描行数。

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

属性值

对象的像素高度 Bitmap

适用于