Advertisement

MFC question

Started by November 14, 1999 01:00 AM
0 comments, last by frizb 25 years, 1 month ago

Can someone please show me an example of how to use CRect::Normalize and CRect::Union. I'm not sure how to convert the rect object when it has negative values(ie- -10,-10, -15, -15). I've read the online help but it doesn't give an example for it. Thanks in advance! friz

------------------
Still Learning...

Still Learning...
try use abs function or something like that.

like :

x= -10
y=abs(x)

y=10
You can use it with params too.

This topic is closed to new replies.

Advertisement