Cyotek.Windows.Forms.ImageBox
Cyotek.Windows.Forms.ImageBox copied to clipboard
The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection and much more!
Hi, I want to bring attention to the usage of SystemInformation.MouseWheelScrollDelta which cannot be relied upon. It causes an issue where cannot Zoom without scrolling the mouse wheel a lot...
Hi, It seems resizing feature is not included in the imagebox. you have made new control imageboxex with resizing feature. How can i use resizing feature in imagebox only?
https://charltsing.lanzoum.com/ixWMH0u01qzi When the scaling ratio is 15%, I saw the Moore pattern picturebox has not Moore pattern
Please add ImageBox.scrollbar.show = false
 As shown in image there is a gap!
I'd like to use 2 ImageBoxes next to each other in a TableLayoutPanel If the ZoomChanged event of one of the two images is triggered, the zoom value must be...
The issue can be resolved by placing StartDrag(e) inside protected override void OnMouseDown(MouseEventArgs e). When the image is too large, significant lag occurs when zooming out and selecting a large...