CRect::TopLeft

坐标的形式返回到 CRect包含的 CPoint 对象的引用。

CPoint& TopLeft( ) throw( ); 
const CPoint& TopLeft( ) const throw( );

返回值

矩形的左上角坐标。

备注

可以使用此功能添加到获取或设置矩形的左上角。 将角使用此功能在赋值运算符左侧的。

示例

CRect::CenterPoint参见示例。

要求

Header: atltypes.h

请参见

参考

CRect选件类

层次结构图

CRect::BottomRight

CPoint选件类

CRect::CenterPoint