Bitmap.GetPixel

Bitmap.GetPixel method

이에서 지정된 픽셀의 색상을 가져옵니다.Bitmap .

public Color GetPixel(int x, int y)
모수유형설명
xInt32검색할 픽셀의 x 좌표입니다.
yInt32검색할 픽셀의 y 좌표입니다.

반환 값

ㅏColor 지정된 픽셀의 색상을 나타내는 구조체입니다.

또한보십시오