lion
06-26-2000, 03:50 PM
I have some OpenGl question(I use VC6.0 to develop MFC program):
I want my program to display a Bezier curve, then use mouse to locate control-point. So control-point would be display at the position that mouse point to. In the mouse-message, "CPoint point" regard left-top angle of the window clientarea as coordinate
origin (0.0), use pixel as unit. But in some sample Bezier program, control-point use the center of the clientarea as coordinate
origin (0.0), and I don't know what is its coordinate unit.
What is the proportion relation between this coordinate unit and pixel?
Which variable is clientarea's length and width stored in?
How to get the variable in mouse message process function?
please help me, thanks.
I want my program to display a Bezier curve, then use mouse to locate control-point. So control-point would be display at the position that mouse point to. In the mouse-message, "CPoint point" regard left-top angle of the window clientarea as coordinate
origin (0.0), use pixel as unit. But in some sample Bezier program, control-point use the center of the clientarea as coordinate
origin (0.0), and I don't know what is its coordinate unit.
What is the proportion relation between this coordinate unit and pixel?
Which variable is clientarea's length and width stored in?
How to get the variable in mouse message process function?
please help me, thanks.