How to calculate Pixel when zoom the image.

Discussion in 'C#' started by Nivass, Aug 28, 2010.

  1. Nivass

    Nivass New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    HI,

    I have loaded the image in the picture box. I have clicked with mouse at a point on the image and get the pixel value for that point (using e.x and e.y). now i zoom the image.

    How to get the pixel of the same point in zoomed position on run time. (I don't want to click again at the same position after zoomed). zoom the image by adding 50 to picture box width and height.

    //picturebox mouse click
    Color pixel = mybitmap1.GetPixel(e.x, e.y);
    Thanks in advance......
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice