CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    1

    x-axis and y-axis problem



    Does anyone know how to set up the view so that the y-axis will increase as the mouse moves up and the x-axis will increase as the user moves from left to right like a cartesean coordinate system.

  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: x-axis and y-axis problem



    Nearly every mapping mode other than MM_TEXT does that -- if you want to change JUST the Y direction, you'll probably want to use MM_ISOMETRIC. If you do a search for "mapping mode", it'll turn up several examples that should give you a good start on things.



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