Overview of an update to the ImageBox control
Entries tagged with 'zoom' Articles and information on C# and .NET development topics
An article which describes how to adjust the zoom and view port in a ScrollableControl to match a specified rectangle.
An article which describes how to zoom into a fixed point in a ScrollableControl, keeping a given point in the same position after the zoom.
Fourth and final in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part three added panning, we now add zoom support via the mouse wheel and clicking with the left or right buttons, along with some additional display properties.
Third in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part two added scrolling support, we now extend this to support panning and keyboard scrolling.
Second in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part one created the initial component with auto resize, we now add scrolling support.
First in a multi part series on creating an image viewer that can be scrolled and zoomed in C#.