摘要:
常用类CRect:用来表示矩形的类,拥有四个成员变量:top left bottom right。分别表是左上角和右下角的坐标。可以通过以下的方法构造:CRect( int l, int t, int r, int b ); 指明四个坐标CRect( const RECT& srcRect ); 由... 阅读全文
posted @ 2015-04-27 15:46
凯枫几多
阅读(951)
评论(0)
推荐(0)
浙公网安备 33010602011771号