Graphics.DrawIcon

DrawIcon(Icon, int, int)

지정된 이미지를 그립니다.Icon 지정된 좌표에서.

public void DrawIcon(Icon icon, int x, int y)
모수유형설명
iconIconIcon 그릴.
xInt32그려진 이미지의 왼쪽 위 모퉁이의 x 좌표입니다.
yInt32그려진 이미지의 왼쪽 위 모퉁이의 y 좌표입니다.

또한보십시오


DrawIcon(Icon, Rectangle)

지정된 이미지를 그립니다.Icon 에서 지정한 지역 내에서Rectangle 구조.

public void DrawIcon(Icon icon, Rectangle targetRect)
모수유형설명
iconIconIcon 그릴.
targetRectRectangleRectangle 디스플레이 표면에서 결과 이미지의 위치와 크기를 지정하는 구조입니다. icon 매개변수는 이 직사각형 영역의 크기로 조정됩니다.

또한보십시오