DrawIcon

DrawIcon(Icon, int, int)

绘制指定表示的图像Icon在指定的坐标。

public void DrawIcon(Icon icon, int x, int y)
范围类型描述
iconIconIcon画。
xInt32绘制图像左上角的 x 坐标。
yInt32绘制图像左上角的 y 坐标。

也可以看看


DrawIcon(Icon, Rectangle)

绘制指定表示的图像Icon在a指定的区域内Rectangle结构.

public void DrawIcon(Icon icon, Rectangle targetRect)
范围类型描述
iconIconIcon画。
targetRectRectangleRectangle结构,它指定生成图像在显示表面上的位置和大小。 包含在icon参数被缩放到这个矩形区域的尺寸。

也可以看看