C#???????qq????????????
???????????? ???????[ 2014/1/6 11:50:26 ] ????????C# ??? ????
????????????
???????????д???????????????????????????????????????????????????????????????????.???
private void DrawRect(Graphics Painter?? int Mouse_x?? int Mouse_y)
{
int width = 0;
int heigth = 0;
if (Mouse_y < Rect.Y)
{
Rect.Y = Mouse_y;
heigth = downPoint.Y - Mouse_y;
}
else
{
heigth = Mouse_y - downPoint.Y;
}
if (Mouse_x < Rect.X)
{
Rect.X = Mouse_x;
width = downPoint.X - Mouse_x;
}
else
{
width = Mouse_x - downPoint.X;
}
Rect.Size = new Size(width?? heigth);
Painter.DrawRectangle(pen?? Rect);
}
private Image DrawScreen(Image back?? int Mouse_x?? int Mouse_y)
{
Graphics Painter = Graphics.FromImage(back);
DrawRect(Painter?? Mouse_x?? Mouse_y);
return back;
}
private void MoveRect(Image image?? Rectangle Rect)
{
Graphics Painter = Graphics.FromImage(image);
Painter.DrawRectangle(pen?? Rect.X?? Rect.Y?? Rect.Width?? Rect.Height);
DrawRects(Painter);
MainPainter.DrawImage(image?? 0?? 0);
image.Dispose();
}
??????????????д?????????
????????????????????????п???????????б?????????????????????????
???????????????????????????????????????ù??????....????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11