상세 컨텐츠

본문 제목

클릭한 좌표 값에 따라 행위 결정 ( 맵 좌표 ing)

C#

by xarfox 2010. 9. 16. 15:21

본문

private void Form1_MouseUp(object sender, MouseEventArgs e)
{
int x = e.X;
int y = e.Y;

}

관련글 더보기