I want to draw line in picture box, When I compare with the autocad, the line much difference of what it draw in Autocad. Why? I thnik, it problem with The coordinate system in the picture box, How to change the coordinate system of picture box so that the its origin 0,0 stat at lower-left corner
Code:Picture1.Line (Text1.Text, Text2.Text)-(Text3.Text, Text4.Text), vbBlue Picture1.FillStyle = 0 Picture1.FillColor = vbRed Picture1.Circle (Text1.Text, Text2.Text), 100 Picture1.FillStyle = 0 Picture1.FillColor = vbRed Picture1.Circle (Text3.Text, Text4.Text), 100


Reply With Quote
