.net - Image Cropping Control for WinForms with Selection Rectangle -


i need control allows user select rectangular area of image , apply simple "crop selection" feature. found several options none of them consistent large images - control must able show entire image (like zoom mode in picturebox). controls i've found use picturebox normal sizemode, limits crop selection area when picturebox exceeds container bounds.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -