Width

Image.Width property

获取图像宽度。

public abstract int Width { get; }

适当的价值

图像宽度。

例子

打印绘图的宽度

Image drawing = ...
System.Console.WriteLine("Drawing's width: " + drawing.Width);

也可以看看