Width

BitmapData.Width property

获取或设置像素宽度Bitmapobject. 这也可以认为是一条扫描线的像素数。

public int Width { get; set; }

返回值

像素宽度Bitmap目的。

也可以看看