There is a loaded image (placed in the picturebox
or simply as an Image
object in memory). Its dimensions are known (let it be 1000 by 2000). It is necessary to cut it, for example, to 500 per 1000 (just cut, without any selection of the area. Cut a piece, starting from the upper left corner).
Tell me, please, how it is done. Many googled, read msdn
, but did not find a clear solution.
Help with examples, who than can!
Thanks in advance!