Global Mapper v25.0

How do I display the pixel RGB values based on the mouse location?

mitchelljj
mitchelljj Global Mapper User
edited November 2009 in Technical Support
Hi,

How do I display the pixel RGB values (i.e. 255,255,255) based on the mouse location on the map?

I am using Global Mapper 11 with some older versions it used to display within the bottom left corner.

Thanks,

John

Comments

  • global_mapper
    global_mapper Administrator
    edited November 2009
    John,

    That information should still display on the status bar, except for a couple of formats like ECW, JPEG2000, or MrSID.

    Let me know if I can be of further assistance.

    Thanks,

    Mike
    Global Mapper Support
    support@globalmapper.com
  • seosecrets
    seosecrets Global Mapper User
    edited November 2009
    Use the Control.OnMouseMove event. The PictureBox is a Control. The
    MouseEventArgs passed to the event handler will tell you the position of the
    mouse. And thats it