提交当前本机整理版本
This commit is contained in:
@@ -80,7 +80,7 @@ namespace NewMyFormDesigner
|
||||
}
|
||||
void frmMain_MouseMove(object sender, MouseEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
if (MouseIsDown)
|
||||
ResizeToRectangle(e.Location);
|
||||
}
|
||||
@@ -88,7 +88,7 @@ namespace NewMyFormDesigner
|
||||
{
|
||||
MouseIsDown = true;
|
||||
DrawStart(e.Location);
|
||||
|
||||
|
||||
}
|
||||
private void ResizeToRectangle(Point p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user