Size

Image.Size property

获取此图像的宽度和高度,以像素为单位。

public Size Size { get; }

返回值

一个Size表示此图像的宽度和高度(以像素为单位)的结构。

也可以看看