CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jul 2005
    Location
    Bremen, Germany
    Posts
    33

    Angry Problem in Stretching the Drawn image

    Dear Friends,
    I am doing a project - in which i have an array of points world coordinates. Using that I Draw the image using SetPixel(). After that using rectangle tool in the menu, User select on the image to get the coordinates, on which the measurement should take place

    The problem is now I wanna increase the image size ,like increasing the individual pixel size or increasing the scaling factor in a Graph.

    For your kind view, I attach the project here.(visual c++ 6.0)

    Please help me in this regard.

    cheers
    kingsly
    Attached Files Attached Files
    kings4u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured