k-samsonov

Results 6 issues of k-samsonov

When I create selection box on zoomed picture in both modes (rectangle and zoom) if selection region need be large than image in image viewport need scroll image to this...

bug

When I move selection box on zoomed picture in ImageBox or ImageBoxEx over viewport border image not auto scroll to this direction.

bug

I add code to ProcessSelection() to change behavior ``` ProcessSelection() ... h = h / (float)this.ZoomFactor; float x = RoundToMinorGrid(x); float y = RoundToMinorGrid(y); float w = RoundToMinorGrid(w); float h...

demo

``` protected virtual void DrawPixelGrid2(Graphics g) { float gridSize; Rectangle imageViewport = this.GetImageViewPort(); int smallGridFillFactor = 1; if ((float)this.ZoomFactor

enhancement

Shapes will Text, Arrow, Dot, Adornments image, Rectangle (with round corners), Circle, and so on may be with shadow, scalewithImage, border properties, and selection with resizing ability

demo

May be pan image with Shift keyboard modifier or start Selection with Control keyboard modifier key both independent...

enhancement