Home > Net >  C # inside painting line confusion
C # inside painting line confusion

Time:10-01

The building surveying and mapping professional a student, I am now in use of c # form program make a calculation of the azimuth Angle, I want to achieve after input coordinates can be in control, and the attachment are drawn, the two points I was using a picturebox control, but found that the coordinate values beyond a certain size is not shown in the controls, could you tell me how to solve this problem, the great god told about

CodePudding user response:

Beyond the picturebox size?

CodePudding user response:

reference 1st floor Dear200892 response:
beyond picturebox size?

Yes, because we used are the coordinates of the size of the six figures, it's too big

CodePudding user response:

The input of digital filtering,
 
If (inputX> Picturebox. Width | | inputY> Picturebox. Height)
{
Tip out of range, to input;
return;
}

CodePudding user response:

It can enlarge scale? Beyond the boundaries of narrow from 10000 to 20000
  •  Tags:  
  • C#
  • Related