how to insert part of image into picturebox?
问题 I'm not really sure if it is possible to insert a part of image into picturebox, but I would like to create an image 500*500 pixels in size and then use the parts of it as small connectable 50*50 pieces by setting the location of image inside the pictureboxes... Is anything similar possible through use of graphics? I'm not very familiar with it... (I am talking about C# forms application...) 回答1: After some time of searching and few personal attempts I have found a solution, this isn't my own